Skip to content

Commit

Permalink
[test] Update the reason why Verify_Generic_ConstraintEnforcement is …
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
fanyang-mono and lambdageek authored Jun 4, 2024
1 parent 0e107cd commit 015e46e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ private static string SM<T, U>() where T : U, IEquatable<T>
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/89439", TestRuntimes.Mono)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/102942", TestRuntimes.Mono)]
public static void Verify_Generic_ConstraintEnforcement()
{
Console.WriteLine($"Running {nameof(Verify_Generic_ConstraintEnforcement)}");
Expand Down

0 comments on commit 015e46e

Please sign in to comment.