Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed Jul 20, 2022
1 parent 505bc89 commit 6c21c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ public void AllWellKnownTypes()
case WellKnownType.System_Runtime_CompilerServices_LifetimeAnnotationAttribute:
case WellKnownType.System_MemoryExtensions:
case WellKnownType.System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute:
case WellKnownType.System_Numerics_INumberBase_T:
// Not yet in the platform.
continue;
case WellKnownType.Microsoft_CodeAnalysis_Runtime_Instrumentation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,7 @@ End Namespace
WellKnownType.System_MemoryExtensions,
WellKnownType.System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute,
WellKnownType.System_Runtime_CompilerServices_LifetimeAnnotationAttribute,
WellKnownType.System_MemoryExtensions,
WellKnownType.System_Numerics_INumberBase_T
WellKnownType.System_MemoryExtensions
' Not available on all platforms.
Continue For
Case WellKnownType.ExtSentinel
Expand Down Expand Up @@ -624,8 +623,7 @@ End Namespace
WellKnownType.System_Diagnostics_CodeAnalysis_SetsRequiredMembersAttribute,
WellKnownType.System_MemoryExtensions,
WellKnownType.System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute,
WellKnownType.System_Runtime_CompilerServices_LifetimeAnnotationAttribute,
WellKnownType.System_Numerics_INumberBase_T
WellKnownType.System_Runtime_CompilerServices_LifetimeAnnotationAttribute
' Not available on all platforms.
Continue For
Case WellKnownType.ExtSentinel
Expand Down

0 comments on commit 6c21c9d

Please sign in to comment.