| Index: test/mjsunit/runtime-gen/hasownproperty.js
|
| diff --git a/test/mjsunit/runtime-gen/hasownproperty.js b/test/mjsunit/runtime-gen/hasownproperty.js
|
| index 7be0a65336d294be9ed771fc0167f452e9a48f5a..7443bff104ed06ff3b64491f9bb674509cd9bb5b 100644
|
| --- a/test/mjsunit/runtime-gen/hasownproperty.js
|
| +++ b/test/mjsunit/runtime-gen/hasownproperty.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";
|
| %HasOwnProperty(_object, _key);
|
|
|