Skip to content

Commit

Permalink
Reenable ExceptionDispatchInfo.SetCurrentStackTrace test on WASM (dot…
Browse files Browse the repository at this point in the history
…net#40241)

It was fixed by dotnet#40031.
  • Loading branch information
akoeplinger authored Aug 2, 2020
1 parent 1e7aa6f commit ca70fc9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static void SetCurrentStackTrace_Invalid_Throws()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/39341", TestPlatforms.Browser)]
public static void SetCurrentStackTrace_IncludedInExceptionStackTrace()
{
Exception e;
Expand Down

0 comments on commit ca70fc9

Please sign in to comment.