Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: test/mjsunit/modules-turbo.js

Issue 2664393003: [test] Remove bogus --crankshaft flag from a modules test. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/modules-turbo1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/modules-turbo.js
diff --git a/test/mjsunit/modules-turbo.js b/test/mjsunit/modules-turbo.js
deleted file mode 100644
index 46d5319352b99850ba7f45a569b46712f4a7d9ba..0000000000000000000000000000000000000000
--- a/test/mjsunit/modules-turbo.js
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2016 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// MODULE
-// Flags: --allow-natives-syntax --crankshaft
-
-export let x = 0;
-function foo() { x++ };
-foo();
-%OptimizeFunctionOnNextCall(foo);
-foo();
-assertOptimized(foo);
-assertEquals(2, x);
« no previous file with comments | « no previous file | test/mjsunit/modules-turbo1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698