Skip to content

Commit ccfb000

Browse files
mmarchininodejs-ci
authored andcommitted
test: fix test-zlib-unused-weak on V8 8.2
Ref: https://chromium-review.googlesource.com/c/v8/v8/+/1997438 Ref: https://chromium-review.googlesource.com/c/v8/v8/+/2010107 Ref: #144 Signed-off-by: Matheus Marchini <[email protected]>
1 parent 80cda1f commit ccfb000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-zlib-unused-weak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
// Flags: --expose-gc
2+
// Flags: --expose-gc --no-concurrent-array-buffer-sweeping
33
require('../common');
44
const assert = require('assert');
55
const zlib = require('zlib');

0 commit comments

Comments
 (0)