| Index: test/mjsunit/runtime-gen/stringsplit.js
|
| diff --git a/test/mjsunit/runtime-gen/stringsplit.js b/test/mjsunit/runtime-gen/stringsplit.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e4f02e105b0cbd5e823c5673d6c66a99ecc5414a
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/stringsplit.js
|
| @@ -0,0 +1,7 @@
|
| +// 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 _subject = "foo";
|
| +var _pattern = "foo";
|
| +var _limit = 32;
|
| +%StringSplit(_subject, _pattern, _limit);
|
|
|