Skip to content

Commit

Permalink
test: remove --no-crankshaft
Browse files Browse the repository at this point in the history
The option `--no-crankshaft` is no longer available as of V8 6.0

PR-URL: nodejs#14531
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
  • Loading branch information
MylesBorins authored and Trott committed Jul 28, 2017
1 parent 8dce05f commit 7128e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-crypto-dh-leak.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flags: --expose-gc --nocrankshaft --noconcurrent_recompilation
// Flags: --expose-gc --noconcurrent_recompilation
'use strict';

const common = require('../common');
Expand Down

0 comments on commit 7128e3c

Please sign in to comment.