| Index: test/mjsunit/es7/object-observe.js
|
| diff --git a/test/mjsunit/es7/object-observe.js b/test/mjsunit/es7/object-observe.js
|
| index fb15a1fa835a06f5211f880938dbe1be03901c57..0aa3601d73bddd93769d38f256a7798363265c5d 100644
|
| --- a/test/mjsunit/es7/object-observe.js
|
| +++ b/test/mjsunit/es7/object-observe.js
|
| @@ -25,7 +25,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --harmony-observation --harmony-proxies --harmony-collections
|
| +// Flags: --harmony-observation --harmony-proxies
|
| +// Flags: --harmony-collections --harmony-weak-collections
|
| // Flags: --harmony-symbols --allow-natives-syntax
|
|
|
| var allObservers = [];
|
|
|