Index: test/mjsunit/runtime-gen/liveeditpatchfunctionpositions.js |
diff --git a/test/mjsunit/runtime-gen/liveeditpatchfunctionpositions.js b/test/mjsunit/runtime-gen/liveeditpatchfunctionpositions.js |
deleted file mode 100644 |
index 3dba14ac04c14edd6642d3b6d04168c3d76ec281..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/liveeditpatchfunctionpositions.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 _shared_array = new Array(); |
-var _position_change_array = new Array(); |
-try { |
-%LiveEditPatchFunctionPositions(_shared_array, _position_change_array); |
-} catch(e) {} |