Index: test/mjsunit/runtime-gen/liveeditreplacereftonestedfunction.js |
diff --git a/test/mjsunit/runtime-gen/liveeditreplacereftonestedfunction.js b/test/mjsunit/runtime-gen/liveeditreplacereftonestedfunction.js |
deleted file mode 100644 |
index 55b01b1b184e8a8e09f5ec9315be43b9a5fa2359..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/liveeditreplacereftonestedfunction.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 |
-var _parent_wrapper = new String('foo'); |
-var _orig_wrapper = new String('foo'); |
-var _subst_wrapper = new String('foo'); |
-try { |
-%LiveEditReplaceRefToNestedFunction(_parent_wrapper, _orig_wrapper, _subst_wrapper); |
-} catch(e) {} |