| Index: test/mjsunit/runtime-gen/isjsmodule.js
|
| diff --git a/test/mjsunit/runtime-gen/isjsmodule.js b/test/mjsunit/runtime-gen/isjsmodule.js
|
| index 577b470a35b0b0fbeb9eaa0b7cfc74c3cc055ec2..8b43a729fb08366f37a74608b4ed6ed27f17a652 100644
|
| --- a/test/mjsunit/runtime-gen/isjsmodule.js
|
| +++ b/test/mjsunit/runtime-gen/isjsmodule.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 _obj = new Object();
|
| %IsJSModule(_obj);
|
|
|