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 targos committed May 1, 2021
1 parent 27d4fed commit e299054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-weakref.js
@@ -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 e299054

Please sign in to comment.