The test was already working on master. (#42818)
authorThays Grazia <thaystg@gmail.com>
Mon, 28 Sep 2020 23:35:28 +0000 (20:35 -0300)
committerGitHub <noreply@github.com>
Mon, 28 Sep 2020 23:35:28 +0000 (18:35 -0500)
src/mono/wasm/debugger/DebuggerTestSuite/SteppingTests.cs

index 2a2fdd6..68be3b4 100644 (file)
@@ -1054,8 +1054,7 @@ namespace DebuggerTests
             });
         }
 
-        // [Fact]
-        // Issue: https://github.com/dotnet/runtime/issues/42703
+        [Fact]
         async Task StepOverHiddenLinesInMethodWithNoNextAvailableLineShouldResumeAtCallSite()
         {
             var insp = new Inspector();