| Index: test/mjsunit/es7/regress/regress-443982.js
|
| diff --git a/test/mjsunit/es7/regress/regress-443982.js b/test/mjsunit/es7/regress/regress-443982.js
|
| index 5a2e9cd6db7c2ab897db296b94e6eb1c14fe7fb8..e04f14c0c6d756f93bfd0d827055bf139fe7c65f 100644
|
| --- a/test/mjsunit/es7/regress/regress-443982.js
|
| +++ b/test/mjsunit/es7/regress/regress-443982.js
|
| @@ -1,6 +1,8 @@
|
| // Copyright 2014 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| +//
|
| +// Flags: --harmony-object-observe
|
|
|
| var records;
|
| function observer(r) {
|
|
|