| Index: test/mjsunit/runtime-gen/liveeditgathercompileinfo.js
 | 
| diff --git a/test/mjsunit/runtime-gen/liveeditgathercompileinfo.js b/test/mjsunit/runtime-gen/liveeditgathercompileinfo.js
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..d52093e50d6578887e205623bf9ada1a040a792e
 | 
| --- /dev/null
 | 
| +++ b/test/mjsunit/runtime-gen/liveeditgathercompileinfo.js
 | 
| @@ -0,0 +1,6 @@
 | 
| +// 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 = "foo";
 | 
| +%LiveEditGatherCompileInfo(arg0, _source);
 | 
| 
 |