| Index: test/mjsunit/runtime-gen/getfunctionscopecount.js
|
| diff --git a/test/mjsunit/runtime-gen/getfunctionscopecount.js b/test/mjsunit/runtime-gen/getfunctionscopecount.js
|
| index afd5b8ad63bb0c9bc814918dc027b33c86cd4c81..fb854cff426faf17606ed3dae3f1711549d421c5 100644
|
| --- a/test/mjsunit/runtime-gen/getfunctionscopecount.js
|
| +++ b/test/mjsunit/runtime-gen/getfunctionscopecount.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() {};
|
| %GetFunctionScopeCount(_fun);
|
|
|