Skip to content

Commit 24f8a74

Browse files
committed
test: fix gc execution option in cppgc-object test
1 parent 195779a commit 24f8a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/addons/cppgc-object/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const {
1414

1515
const GC_OPTIONS = {
1616
type: 'major',
17-
execution: 'beforeUserJS',
17+
execution: 'sync',
1818
};
1919

2020
assert.strictEqual(states[kDestructCount], 0);

0 commit comments

Comments
 (0)