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 <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
  • 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
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 e299054

Please sign in to comment.