From 451e643cf2ccf53fdf4ec4186336b303bc7ace03 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 28 Jul 2017 10:22:31 -0700 Subject: [PATCH] test: remove --no-crankshaft The option `--no-crankshaft` is no longer available as of V8 6.0 PR-URL: https://github.com/nodejs/node/pull/14531 Reviewed-By: Evan Lucas Reviewed-By: Rich Trott Reviewed-By: Brian White --- test/parallel/test-crypto-dh-leak.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-crypto-dh-leak.js b/test/parallel/test-crypto-dh-leak.js index 8c43b85073ed3d..e57c65b8b1fceb 100644 --- a/test/parallel/test-crypto-dh-leak.js +++ b/test/parallel/test-crypto-dh-leak.js @@ -1,4 +1,4 @@ -// Flags: --expose-gc --nocrankshaft --noconcurrent_recompilation +// Flags: --expose-gc --noconcurrent_recompilation 'use strict'; const common = require('../common');