| Index: test/mjsunit/runtime-gen/observerobjectandrecordhavesameorigin.js
|
| diff --git a/test/mjsunit/runtime-gen/observerobjectandrecordhavesameorigin.js b/test/mjsunit/runtime-gen/observerobjectandrecordhavesameorigin.js
|
| index 7f41cd0981079ae5451d03dc1d3b8b2b0b90b739..6c251ecd9573576f733682e2e8492d95491ea5ca 100644
|
| --- a/test/mjsunit/runtime-gen/observerobjectandrecordhavesameorigin.js
|
| +++ b/test/mjsunit/runtime-gen/observerobjectandrecordhavesameorigin.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 _observer = function() {};
|
| var _object = new Object();
|
| var _record = new Object();
|
|
|