Reenable GCNotificationTests test (dotnet/corefx#39499)
authorAndy Hanson <anhans@microsoft.com>
Mon, 15 Jul 2019 22:00:30 +0000 (15:00 -0700)
committerStephen Toub <stoub@microsoft.com>
Mon, 15 Jul 2019 22:00:30 +0000 (18:00 -0400)
Undoes dotnet/corefx#39375

Fix dotnet/corefx#39374

Commit migrated from https://github.com/dotnet/corefx/commit/4cb27d38819050bd01576d042f54537887debaa8

src/libraries/System.Runtime/tests/System/GCTests.cs

index 056b580..58d1737 100644 (file)
@@ -487,7 +487,6 @@ namespace System.Tests
             Assert.Throws<ArgumentOutOfRangeException>(() => GC.WaitForFullGCComplete(-2));
         }
 
-        [ActiveIssue(39374)]
         [Theory]
         [InlineData(true, -1)]
         [InlineData(false, -1)]