提交 c8685f2e 编写于 作者: V vsadov

Updated AllWellKnownTypes tests

上级 8ff46495
......@@ -561,6 +561,7 @@ public void AllWellKnownTypes()
case WellKnownType.System_Runtime_CompilerServices_IsReadOnlyAttribute:
case WellKnownType.System_Runtime_CompilerServices_IsByRefLikeAttribute:
case WellKnownType.System_Span_T:
case WellKnownType.System_ReadOnlySpan_T:
// Not yet in the platform.
case WellKnownType.Microsoft_CodeAnalysis_Runtime_Instrumentation:
// Not always available.
......
......@@ -502,7 +502,8 @@ End Namespace
Continue For
Case WellKnownType.System_FormattableString,
WellKnownType.System_Runtime_CompilerServices_FormattableStringFactory,
WellKnownType.System_Span_T
WellKnownType.System_Span_T,
WellKnownType.System_ReadOnlySpan_T
' Not available on all platforms.
Continue For
Case WellKnownType.ExtSentinel
......@@ -540,7 +541,8 @@ End Namespace
Continue For
Case WellKnownType.System_FormattableString,
WellKnownType.System_Runtime_CompilerServices_FormattableStringFactory,
WellKnownType.System_Span_T
WellKnownType.System_Span_T,
WellKnownType.System_ReadOnlySpan_T
' Not available on all platforms.
Continue For
Case WellKnownType.ExtSentinel
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册