Skip to content

Commit 48af0f9

Browse files
Enable fixed DynamicGenerics test (#118199)
We fixed the underlying issue.
1 parent 50855d8 commit 48af0f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/nativeaot/SmokeTests/DynamicGenerics/DynamicGenerics.main.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ public static int Main(string[] args)
156156
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestCalls", () => global::GenericVirtualMethods.TestCalls(), null),
157157
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestLdFtnToGetStaticMethodOnGenericType", () => global::GenericVirtualMethods.TestLdFtnToGetStaticMethodOnGenericType(), null),
158158
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestLdFtnToInstanceGenericMethod", () => global::GenericVirtualMethods.TestLdFtnToInstanceGenericMethod(), null),
159-
// https://github.com/dotnet/corert/issues/3460
160-
//new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestGenericExceptionType", () => global::GenericVirtualMethods.TestGenericExceptionType(), null),
159+
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestGenericExceptionType", () => global::GenericVirtualMethods.TestGenericExceptionType(), null),
161160
new CoreFXTestLibrary.Internal.TestInfo("GenericVirtualMethods.TestCoAndContraVariantCalls", () => global::GenericVirtualMethods.TestCoAndContraVariantCalls(), null)
162161
};
163162
bool passed = CoreFXTestLibrary.Internal.Runner.RunTests(tests, args);

0 commit comments

Comments
 (0)