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

Unified Diff: test/mjsunit/asm/float64mul.js

Issue 2663243002: [asm] Fix lots of invalid asm.js tests (Closed)
Patch Set: Rebase Created 3 years, 10 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/asm/float64array-store-div.js ('k') | test/mjsunit/asm/if-cloning.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/asm/float64mul.js
diff --git a/test/mjsunit/asm/float64mul.js b/test/mjsunit/asm/float64mul.js
index 9cd95823275d7dd999fdbfc6ee356ad867e47333..366f784c2e6ffe588b068652b2a027a83bfbf797 100644
--- a/test/mjsunit/asm/float64mul.js
+++ b/test/mjsunit/asm/float64mul.js
@@ -10,7 +10,7 @@ function Module(stdlib, foreign, heap) {
}
function f2(i) {
i = +i;
- return +(-1 * i);
+ return +(-1. * i);
}
function f3(i) {
i = +i;
« no previous file with comments | « test/mjsunit/asm/float64array-store-div.js ('k') | test/mjsunit/asm/if-cloning.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698