Skip to content

Commit 7128e3c

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

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)