| Index: test/mjsunit/harmony/regress/regress-405844.js
|
| diff --git a/test/mjsunit/harmony/regress/regress-405844.js b/test/mjsunit/harmony/regress/regress-405844.js
|
| index fbe7310d7966385cd22d9e975c0b5cbedb05e22d..3d3561f7a55fdd6681ff503652711899a4a52862 100644
|
| --- a/test/mjsunit/harmony/regress/regress-405844.js
|
| +++ b/test/mjsunit/harmony/regress/regress-405844.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// Flags: --harmony-proxies
|
| +// Flags: --harmony-proxies --harmony-object-observe
|
|
|
| var proxy = Proxy.create({ fix: function() { return {}; } });
|
| Object.preventExtensions(proxy);
|
|
|