Index: test/mjsunit/runtime-gen/getfunctionscopedetails.js |
diff --git a/test/mjsunit/runtime-gen/getfunctionscopedetails.js b/test/mjsunit/runtime-gen/getfunctionscopedetails.js |
deleted file mode 100644 |
index c24314003a1ac6ef5de8b04e121e97b3601f34b7..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/getfunctionscopedetails.js |
+++ /dev/null |
@@ -1,6 +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 _fun = function() {}; |
-var _index = 32; |
-%GetFunctionScopeDetails(_fun, _index); |