| Index: test/mjsunit/runtime-gen/getownpropertynames.js
|
| diff --git a/test/mjsunit/runtime-gen/getownpropertynames.js b/test/mjsunit/runtime-gen/getownpropertynames.js
|
| index f05268f77820cae2a3e2aab1501cd20aecb3e247..10f7f2c77679c686f1006a9caa6075691fb6d0d9 100644
|
| --- a/test/mjsunit/runtime-gen/getownpropertynames.js
|
| +++ b/test/mjsunit/runtime-gen/getownpropertynames.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 _obj = new Object();
|
| var _filter_value = 1;
|
| %GetOwnPropertyNames(_obj, _filter_value);
|
|
|