Skip to content

Commit

Permalink
Block strings test on #155
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Mar 29, 2021
1 parent 1e27105 commit 4311eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Common/tests/Tests/System/StringTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7263,7 +7263,7 @@ public static unsafe void CopyTest()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtimelab/issues/823" /* NativeAot */)]
[ActiveIssue("https://github.com/dotnet/runtimelab/issues/155" /* NativeAot */)]
public static unsafe void InternTest()
{
AssertExtensions.Throws<ArgumentNullException>("str", () => string.Intern(null));
Expand Down

0 comments on commit 4311eed

Please sign in to comment.