Index: test/mjsunit/runtime-gen/stringlastindexof.js |
diff --git a/test/mjsunit/runtime-gen/stringlastindexof.js b/test/mjsunit/runtime-gen/stringlastindexof.js |
deleted file mode 100644 |
index afbc51f5a42038a318e292c98ee1b7b2f8695e88..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/stringlastindexof.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 _sub = "foo"; |
-var _pat = "foo"; |
-var _index = new Object(); |
-%StringLastIndexOf(_sub, _pat, _index); |