Index: test/mjsunit/runtime-gen/stringnormalize.js |
diff --git a/test/mjsunit/runtime-gen/stringnormalize.js b/test/mjsunit/runtime-gen/stringnormalize.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4f0957a4b5214422e0e57c159ff696dd8e49c9de |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/stringnormalize.js |
@@ -0,0 +1,6 @@ |
+// Copyright 2014 the V8 project authors. All rights reserved. |
+// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
+// Flags: --allow-natives-syntax --harmony |
+var _stringValue = "foo"; |
+var _form_id = 32; |
+%StringNormalize(_stringValue, _form_id); |