Skip to content

Commit

Permalink
test: fix test-zlib-unused-weak on V8 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini authored and nodejs-ci committed Mar 18, 2020
1 parent 6819138 commit bf56857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-zlib-unused-weak.js
@@ -1,5 +1,5 @@
'use strict';
// Flags: --expose-gc
// Flags: --expose-gc --no-concurrent-array-buffer-sweeping
require('../common');
const assert = require('assert');
const zlib = require('zlib');
Expand Down

0 comments on commit bf56857

Please sign in to comment.