Skip to content

Commit bdf671b

Browse files
committed
Undo merge unintentional changes.
1 parent f6ad020 commit bdf671b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
README

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ 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>"),
657658
Delegate = TSymbol("System.MulticastDelegate")
658659
}, "this_props");
659660
});

0 commit comments

Comments
 (0)