Index: test/mjsunit/runtime-gen/canonicalizelanguagetag.js |
diff --git a/test/mjsunit/runtime-gen/canonicalizelanguagetag.js b/test/mjsunit/runtime-gen/canonicalizelanguagetag.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..debf35255bda7a79fe7522a8cdbf59368b92e320 |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/canonicalizelanguagetag.js |
@@ -0,0 +1,5 @@ |
+// 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 _locale_id_str = "foo"; |
+%CanonicalizeLanguageTag(_locale_id_str); |