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