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

Unified Diff: test/mjsunit/runtime-gen/constructdouble.js

Issue 302703004: Inlined optimized runtime functions: expose Runtime versions for direct testing, skip Hydrogen vers… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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/runtime-gen/constructdouble.js
diff --git a/test/mjsunit/runtime-gen/constructdouble.js b/test/mjsunit/runtime-gen/constructdouble.js
index 0b0e20864f5baf6f4d9e41d9702286a6d2b03328..4ed6c6a3d5101ee197b03eebfa3ba1635e82e717 100644
--- a/test/mjsunit/runtime-gen/constructdouble.js
+++ b/test/mjsunit/runtime-gen/constructdouble.js
@@ -3,4 +3,4 @@
// Flags: --allow-natives-syntax --harmony
var _hi = 32;
var _lo = 32;
-%_ConstructDouble(_hi, _lo);
+%ConstructDouble(_hi, _lo);
« no previous file with comments | « test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js ('k') | test/mjsunit/runtime-gen/dataviewinitialize.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698