| Index: test/mjsunit/runtime-gen/ispropertyenumerable.js
|
| diff --git a/test/mjsunit/runtime-gen/ispropertyenumerable.js b/test/mjsunit/runtime-gen/ispropertyenumerable.js
|
| index ea1b4e28050873f140a32faec512427fd3b533b1..575ee3468ce60f2cff7a6174422bac28da65341d 100644
|
| --- a/test/mjsunit/runtime-gen/ispropertyenumerable.js
|
| +++ b/test/mjsunit/runtime-gen/ispropertyenumerable.js
|
| @@ -1,6 +1,6 @@
|
| // 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 _object = new Object();
|
| var _key = "name";
|
| %IsPropertyEnumerable(_object, _key);
|
|
|