diff options
Diffstat (limited to 'deps/v8/test/mjsunit/harmony/weakrefs/reentrant-gc-from-cleanup.js')
-rw-r--r-- | deps/v8/test/mjsunit/harmony/weakrefs/reentrant-gc-from-cleanup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/harmony/weakrefs/reentrant-gc-from-cleanup.js b/deps/v8/test/mjsunit/harmony/weakrefs/reentrant-gc-from-cleanup.js index 07e23f614f..235a34a592 100644 --- a/deps/v8/test/mjsunit/harmony/weakrefs/reentrant-gc-from-cleanup.js +++ b/deps/v8/test/mjsunit/harmony/weakrefs/reentrant-gc-from-cleanup.js @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Flags: --expose-gc --noincremental-marking +// Flags: --harmony-weak-refs --expose-gc --noincremental-marking let call_count = 0; let reentrant_gc = function(holdings) { |