| Index: test/mjsunit/runtime-gen/stringbuilderconcat.js
|
| diff --git a/test/mjsunit/runtime-gen/stringbuilderconcat.js b/test/mjsunit/runtime-gen/stringbuilderconcat.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a0bd41b1ff78c7733422a423b8b54fd0460c0cad
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/stringbuilderconcat.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 arg0 = [1, 2, 3];
|
| +var arg1 = 3;
|
| +var _special = "foo";
|
| +%StringBuilderConcat(arg0, arg1, _special);
|
|
|