[browser] Remove ActiveIssue from BinaryPrimitives_StaticWithSpanArgument (#40235)
authorLarry Ewing <lewing@microsoft.com>
Sun, 2 Aug 2020 08:07:16 +0000 (03:07 -0500)
committerGitHub <noreply@github.com>
Sun, 2 Aug 2020 08:07:16 +0000 (10:07 +0200)
src/libraries/System.Memory/tests/Span/Reflection.cs

index 3da4f54..dbdcc7d 100644 (file)
@@ -40,7 +40,6 @@ namespace System.SpanTests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/39311", TestPlatforms.Browser)]
         public static void BinaryPrimitives_StaticWithSpanArgument()
         {
             Type type = typeof(BinaryPrimitives);