Index: test/mjsunit/runtime-gen/apply.js |
diff --git a/test/mjsunit/runtime-gen/apply.js b/test/mjsunit/runtime-gen/apply.js |
deleted file mode 100644 |
index 94c4753cb9aad5f10bb8175fdb80c4844f65a85e..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/apply.js |
+++ /dev/null |
@@ -1,9 +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 = function() {}; |
-var _receiver = new Object(); |
-var _arguments = new Object(); |
-var _offset = 1; |
-var _argc = 1; |
-%Apply(arg0, _receiver, _arguments, _offset, _argc); |