Reenable ExceptionDispatchInfo.SetCurrentStackTrace test on WASM (#40241)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 2 Aug 2020 16:13:00 +0000 (18:13 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Aug 2020 16:13:00 +0000 (18:13 +0200)
It was fixed by https://github.com/dotnet/runtime/pull/40031.

src/libraries/System.Runtime/tests/System/Runtime/ExceptionServices/ExceptionDispatchInfoTests.cs

index c3242a0..c2bb2bd 100644 (file)
@@ -49,7 +49,6 @@ namespace System.Runtime.ExceptionServices.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/39341", TestPlatforms.Browser)]
         public static void SetCurrentStackTrace_IncludedInExceptionStackTrace()
         {
             Exception e;