Skip to content

Commit

Permalink
test: remove unnecessary V8 flag
Browse files Browse the repository at this point in the history
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2741582

PR-URL: #37671
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
  • Loading branch information
aduh95 authored and danielleadams committed Mar 16, 2021
1 parent cc48816 commit 013b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-weakref.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Flags: --expose-gc --harmony-weak-refs
// Flags: --expose-gc

require('../common');
const assert = require('assert');
Expand Down

0 comments on commit 013b3ff

Please sign in to comment.