| Index: test/mjsunit/es7/object-observe.js
|
| diff --git a/test/mjsunit/es7/object-observe.js b/test/mjsunit/es7/object-observe.js
|
| index 7bb579f0c1462b6b33ff1bc6c3229067317f2845..c61a859ce43f95014ca8d3df901b60976f0cbd15 100644
|
| --- a/test/mjsunit/es7/object-observe.js
|
| +++ b/test/mjsunit/es7/object-observe.js
|
| @@ -25,8 +25,7 @@
|
| // (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-proxies --harmony-collections
|
| -// Flags: --harmony-symbols --allow-natives-syntax
|
| +// Flags: --harmony-proxies --harmony-collections --allow-natives-syntax
|
|
|
| var allObservers = [];
|
| function reset() {
|
|
|