Skip to content

Commit b0b72b4

Browse files
committed
Fix menu testcase
1 parent 03f17be commit b0b72b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/manual_tests/menu/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@
196196
menubar.append(new gui.MenuItem({ label: 'Sub2', submenu: sub2}));
197197
win.menu = menubar;
198198

199-
gc();
200199
</script>
201200
<script>
202201
document.body.addEventListener('contextmenu', function(ev) {

0 commit comments

Comments
 (0)