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 29fb06d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 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 @@ -553,7 +553,6 @@ End Namespace
WellKnownType.System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute,
WellKnownType.System_Runtime_CompilerServices_LifetimeAnnotationAttribute,
WellKnownType.System_MemoryExtensions,
WellKnownType.System_Numerics_INumberBase_T
' Not available on all platforms.
Continue For
Case WellKnownType.ExtSentinel
Expand Down Expand Up @@ -625,7 +624,6 @@ End Namespace
WellKnownType.System_MemoryExtensions,
WellKnownType.System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute,
WellKnownType.System_Runtime_CompilerServices_LifetimeAnnotationAttribute,
WellKnownType.System_Numerics_INumberBase_T
' Not available on all platforms.
Continue For
Case WellKnownType.ExtSentinel
Expand Down

0 comments on commit 29fb06d

Please sign in to comment.