X Tutup
The Wayback Machine - https://web.archive.org/web/20230218232149/https://github.com/nodejs/node/commit/e29905441e
Skip to content
Permalink
Browse files
test: remove unnecessary V8 flag
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.
@@ -1,6 +1,6 @@
'use strict';

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

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

0 comments on commit e299054

Please sign in to comment.
X Tutup