| Index: test/mjsunit/runtime-gen/functionisgenerator.js
|
| diff --git a/test/mjsunit/runtime-gen/functionisgenerator.js b/test/mjsunit/runtime-gen/functionisgenerator.js
|
| index 7e9f2f82dc79b83bc70f49325cbd540101d6f547..8be6aab2a7c841f9b15ba84a905fc4d5d223e3ea 100644
|
| --- a/test/mjsunit/runtime-gen/functionisgenerator.js
|
| +++ b/test/mjsunit/runtime-gen/functionisgenerator.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 _f = function() {};
|
| %FunctionIsGenerator(_f);
|
|
|