Index: test/mjsunit/runtime-gen/liveeditfunctionsourceupdated.js |
diff --git a/test/mjsunit/runtime-gen/liveeditfunctionsourceupdated.js b/test/mjsunit/runtime-gen/liveeditfunctionsourceupdated.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b3b23f38c03dba7b01765db91cc4c5d7ab6285fe |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/liveeditfunctionsourceupdated.js |
@@ -0,0 +1,7 @@ |
+// 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_info = new Array(); |
+try { |
+%LiveEditFunctionSourceUpdated(_shared_info); |
+} catch(e) {} |