| Index: test/mjsunit/runtime-gen/getdataproperty.js
|
| diff --git a/test/mjsunit/runtime-gen/getdataproperty.js b/test/mjsunit/runtime-gen/getdataproperty.js
|
| index 9d18efdc8912eb9e2343dc5c5034c8e82c5b2956..59cfba56d94f74cd37ee4e7460b85608e9b50838 100644
|
| --- a/test/mjsunit/runtime-gen/getdataproperty.js
|
| +++ b/test/mjsunit/runtime-gen/getdataproperty.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";
|
| %GetDataProperty(_object, _key);
|
|
|