Index: test/mjsunit/runtime-gen/sparsejoinwithseparator.js |
diff --git a/test/mjsunit/runtime-gen/sparsejoinwithseparator.js b/test/mjsunit/runtime-gen/sparsejoinwithseparator.js |
deleted file mode 100644 |
index 3a8e7754d45c3a0c5f7150e17a307c1509156359..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/sparsejoinwithseparator.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 _elements_array = new Array(); |
-var _array_length = 32; |
-var _separator = "foo"; |
-%SparseJoinWithSeparator(_elements_array, _array_length, _separator); |