| Index: test/mjsunit/runtime-gen/istemplate.js
|
| diff --git a/test/mjsunit/runtime-gen/istemplate.js b/test/mjsunit/runtime-gen/istemplate.js
|
| index 582967fd3da4c9465c5515b313ca25e84bafea92..421229fe6e415f033f2811979f5e2c54b3ff6ad2 100644
|
| --- a/test/mjsunit/runtime-gen/istemplate.js
|
| +++ b/test/mjsunit/runtime-gen/istemplate.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 _arg = new Object();
|
| %IsTemplate(_arg);
|
|
|