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