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

Unified Diff: test/mjsunit/compiler/regress-bit-number-constant.js

Issue 840953003: [turbofan] Correctify representation changes to bit. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: std::isnan Created 5 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
Index: test/mjsunit/compiler/regress-bit-number-constant.js
diff --git a/test/mjsunit/compiler/regress-bit-number-constant.js b/test/mjsunit/compiler/regress-bit-number-constant.js
index d36fe30ce06e610a0dad89a3c34448c4b46944a9..ca4cf116d95d65d9935046bcfb871362fda918d6 100644
--- a/test/mjsunit/compiler/regress-bit-number-constant.js
+++ b/test/mjsunit/compiler/regress-bit-number-constant.js
@@ -15,3 +15,4 @@ var foo = (function Module(stdlib, foreign, heap) {
})(stdlib, foreign, buffer).foo;
assertFalse(foo(1));
+assertTrue(foo(0));
« no previous file with comments | « test/cctest/compiler/test-representation-change.cc ('k') | test/unittests/compiler/change-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698