Skip to content

Commit 85928ed

Browse files
committed
Changing expected behavior for MulticastDelegateTest - in Console Application EventHandler is Browsable.Never by default so we should not expect it to be visible in the debug window.
1 parent bdf671b commit 85928ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ public async Task MulticastDelegateTest() => await CheckInspectLocalsAtBreakpoin
654654
var this_props = await GetObjectOnLocals(frame_locals, "this");
655655
await CheckProps(this_props, new
656656
{
657-
TestEvent = TSymbol("System.EventHandler<string>"),
658657
Delegate = TSymbol("System.MulticastDelegate")
659658
}, "this_props");
660659
});

0 commit comments

Comments
 (0)