Index: test/mjsunit/runtime-gen/setscriptbreakpoint.js |
diff --git a/test/mjsunit/runtime-gen/setscriptbreakpoint.js b/test/mjsunit/runtime-gen/setscriptbreakpoint.js |
deleted file mode 100644 |
index f83ee7974e9faee76cd00118afb1fe0aaca9f9f0..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/setscriptbreakpoint.js |
+++ /dev/null |
@@ -1,8 +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 |
-var arg0 = %DebugGetLoadedScripts()[1]; |
-var _source_position = 32; |
-var arg2 = 0; |
-var _break_point_object_arg = new Object(); |
-%SetScriptBreakPoint(arg0, _source_position, arg2, _break_point_object_arg); |