| Index: test/mjsunit/runtime-gen/stringbuilderjoin.js
|
| diff --git a/test/mjsunit/runtime-gen/stringbuilderjoin.js b/test/mjsunit/runtime-gen/stringbuilderjoin.js
|
| deleted file mode 100644
|
| index bf990c62d6b53290e25ff71ddbb319be6ce1ad4c..0000000000000000000000000000000000000000
|
| --- a/test/mjsunit/runtime-gen/stringbuilderjoin.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 = ['a', 'b'];
|
| -var arg1 = 4;
|
| -var _separator = "foo";
|
| -%StringBuilderJoin(arg0, arg1, _separator);
|
|
|