| Index: test/mjsunit/runtime-gen/functiongetscriptsourceposition.js
|
| diff --git a/test/mjsunit/runtime-gen/functiongetscriptsourceposition.js b/test/mjsunit/runtime-gen/functiongetscriptsourceposition.js
|
| index 996b6333a9e349c52465da3a4d772c7a4bf4ec84..eb462f96f7833889ca25395a6775e824e6062b29 100644
|
| --- a/test/mjsunit/runtime-gen/functiongetscriptsourceposition.js
|
| +++ b/test/mjsunit/runtime-gen/functiongetscriptsourceposition.js
|
| @@ -1,5 +1,5 @@
|
| // 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
|
| +// Flags: --allow-natives-syntax --harmony --harmony-proxies
|
| var _fun = function() {};
|
| %FunctionGetScriptSourcePosition(_fun);
|
|
|