| Index: test/mjsunit/runtime-gen/functionisarrow.js
|
| diff --git a/test/mjsunit/runtime-gen/functionisarrow.js b/test/mjsunit/runtime-gen/functionisarrow.js
|
| index be4b60511d53231afa99ac146fd1008d24cd85e4..08410b49ddfd6b69cc846abc5efd494bf718fb46 100644
|
| --- a/test/mjsunit/runtime-gen/functionisarrow.js
|
| +++ b/test/mjsunit/runtime-gen/functionisarrow.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 arg0 = () => null;
|
| %FunctionIsArrow(arg0);
|
|
|