Skip to content

Commit 451e643

Browse files
MylesBorinsaddaleax
authored andcommitted
test: remove --no-crankshaft
The option `--no-crankshaft` is no longer available as of V8 6.0 PR-URL: #14531 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent e2356e7 commit 451e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-crypto-dh-leak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose-gc --nocrankshaft --noconcurrent_recompilation
1+
// Flags: --expose-gc --noconcurrent_recompilation
22
'use strict';
33

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

0 commit comments

Comments
 (0)