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

Unified Diff: test/mjsunit/smi-mul-const.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/smi-mul.js ('k') | test/mjsunit/unary-minus-deopt.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/smi-mul-const.js
diff --git a/test/mjsunit/smi-mul-const.js b/test/mjsunit/smi-mul-const.js
index ca627fc27e929eab87b29df6c03d40cc6bb8b2d6..ef0685b7a9db1f3641322925d34eeebb9ef9b75e 100644
--- a/test/mjsunit/smi-mul-const.js
+++ b/test/mjsunit/smi-mul-const.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --allow-natives-syntax --noalways-opt
+// Flags: --allow-natives-syntax --crankshaft --noalways-opt
function check(func, input, expected) {
func(-1);
« no previous file with comments | « test/mjsunit/smi-mul.js ('k') | test/mjsunit/unary-minus-deopt.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698