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

Unified Diff: test/mjsunit/compiler/regress-strict-equals-mixed-feedback.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Addressing comments 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 | « test/mjsunit/compiler/regress-5320.js ('k') | test/mjsunit/compiler/uint8-clamped-array.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/regress-strict-equals-mixed-feedback.js
diff --git a/test/mjsunit/compiler/regress-strict-equals-mixed-feedback.js b/test/mjsunit/compiler/regress-strict-equals-mixed-feedback.js
index cf4161709609a6ee77773a39aea9169178914dde..6c429d93860c3fa2ebf0cd539076b49dbba784cd 100644
--- a/test/mjsunit/compiler/regress-strict-equals-mixed-feedback.js
+++ b/test/mjsunit/compiler/regress-strict-equals-mixed-feedback.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --allow-natives-syntax
+// Flags: --allow-natives-syntax --crankshaft
function bar(x, y) {
return x === y;
« no previous file with comments | « test/mjsunit/compiler/regress-5320.js ('k') | test/mjsunit/compiler/uint8-clamped-array.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698