Skip to content

Commit ea64716

Browse files
committed
comment
1 parent ccf2b19 commit ea64716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_with_gc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ def call_the_callback(cb):
1414
assertEquals(pyModule.call_the_callback(() => 4).valueOf(), 5);
1515

1616
// @ts-ignore:requires: --v8-flags=--expose-gc
17-
gc(); // if this is comm
17+
gc(); // if this is commented out, the test will fail beacuse the callback was not freed
1818
});

0 commit comments

Comments
 (0)