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

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

Issue 346413004: Remove distinction between hidden and normal runtime functions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix natives fuzzing Created 6 years, 6 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/numbertostringrt.js
diff --git a/test/mjsunit/runtime-gen/numbertointeger.js b/test/mjsunit/runtime-gen/numbertostringrt.js
similarity index 87%
copy from test/mjsunit/runtime-gen/numbertointeger.js
copy to test/mjsunit/runtime-gen/numbertostringrt.js
index 8c6651839546a14f953c8674884d96bbf7f50180..6761458c1f26450d2d4ed8ce5cbcb9db6bf97372 100644
--- a/test/mjsunit/runtime-gen/numbertointeger.js
+++ b/test/mjsunit/runtime-gen/numbertostringrt.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _number = 1.5;
-%NumberToInteger(_number);
+%NumberToStringRT(_number);

Powered by Google App Engine
This is Rietveld 408576698