Skip to content

Commit ca70fc9

Browse files
authored
Reenable ExceptionDispatchInfo.SetCurrentStackTrace test on WASM (#40241)
It was fixed by #40031.
1 parent 1e7aa6f commit ca70fc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public static void SetCurrentStackTrace_Invalid_Throws()
4949
}
5050

5151
[Fact]
52-
[ActiveIssue("https://github.com/dotnet/runtime/issues/39341", TestPlatforms.Browser)]
5352
public static void SetCurrentStackTrace_IncludedInExceptionStackTrace()
5453
{
5554
Exception e;

0 commit comments

Comments
 (0)