test: remove unnecessary V8 flag

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2741582

PR-URL: https://github.com/nodejs/node/pull/37671
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
This commit is contained in:
Antoine du Hamel 2021-03-09 14:10:39 +01:00 committed by Danielle Adams
parent cc48816826
commit 013b3ff2d4
No known key found for this signature in database
GPG Key ID: D3A89613643B6201

View File

@ -1,6 +1,6 @@
'use strict';
// Flags: --expose-gc --harmony-weak-refs
// Flags: --expose-gc
require('../common');
const assert = require('assert');