Skip to content

Commit 0423169

Browse files
committed
Re-enable test
1 parent 76e1f68 commit 0423169

File tree

1 file changed

+0
-1
lines changed
  • src/libraries/System.Runtime/tests/System.Runtime.Tests/System

1 file changed

+0
-1
lines changed

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/StringTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ public static IEnumerable<object[]> NonRandomizedGetHashCode_EquivalentForString
993993

994994
[Theory]
995995
[MemberData(nameof(NonRandomizedGetHashCode_EquivalentForStringAndSpan_MemberData))]
996-
[ActiveIssue("https://github.com/dotnet/runtime/issues/116815", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
997996
public static void NonRandomizedGetHashCode_EquivalentForStringAndSpan(int charValueLimit, bool ignoreCase)
998997
{
999998
// This is testing internal API. If that API changes, this test will need to be updated.

0 commit comments

Comments
 (0)