| Index: test/mjsunit/regress/regress-3315.js
|
| diff --git a/test/mjsunit/regress/regress-3315.js b/test/mjsunit/regress/regress-3315.js
|
| index a1105e28488971dca2a930db92f22b8cde26866d..bfd7df29b844c3e2f893dbe7736d6bce59caee49 100644
|
| --- a/test/mjsunit/regress/regress-3315.js
|
| +++ b/test/mjsunit/regress/regress-3315.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 indexZeroCallCount = 0;
|
| var indexOneCallCount = 0;
|
|
|