Skip to content

Commit

Permalink
Fix firefox tests (#74344)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaystg authored Aug 23, 2022
1 parent c7c3931 commit 0f74875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ await EvaluateAndCheck(
);
}

[Theory]
[ConditionalTheory(nameof(RunningOnChrome))]
[InlineData("ClassInheritsFromClassWithoutDebugSymbols", 1287, true)]
[InlineData("ClassInheritsFromClassWithoutDebugSymbols", 1287, false)]
[InlineData("ClassInheritsFromNonUserCodeClass", 1335, true)]
Expand Down

0 comments on commit 0f74875

Please sign in to comment.