Index: test/mjsunit/runtime-gen/debugevaluateglobal.js |
diff --git a/test/mjsunit/runtime-gen/debugevaluateglobal.js b/test/mjsunit/runtime-gen/debugevaluateglobal.js |
deleted file mode 100644 |
index 11411d199245d71f17f524df5947f167dc70ff4a..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/debugevaluateglobal.js |
+++ /dev/null |
@@ -1,10 +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 _break_id = 32; |
-var _source = "foo"; |
-var _disable_break = true; |
-var _context_extension = new Object(); |
-try { |
-%DebugEvaluateGlobal(_break_id, _source, _disable_break, _context_extension); |
-} catch(e) {} |