Skip to content

Commit 015e46e

Browse files
[test] Update the reason why Verify_Generic_ConstraintEnforcement is not running on Mono (#102939)
* Update comment * Update src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.Generics.cs Co-authored-by: Aleksey Kliger (λgeek) <[email protected]> --------- Co-authored-by: Aleksey Kliger (λgeek) <[email protected]>
1 parent 0e107cd commit 015e46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/baseservices/compilerservices/UnsafeAccessors/UnsafeAccessorsTests.Generics.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ private static string SM<T, U>() where T : U, IEquatable<T>
406406
}
407407

408408
[Fact]
409-
[ActiveIssue("https://github.com/dotnet/runtime/issues/89439", TestRuntimes.Mono)]
409+
[ActiveIssue("https://github.com/dotnet/runtime/issues/102942", TestRuntimes.Mono)]
410410
public static void Verify_Generic_ConstraintEnforcement()
411411
{
412412
Console.WriteLine($"Running {nameof(Verify_Generic_ConstraintEnforcement)}");

0 commit comments

Comments
 (0)