Index: test/mjsunit/es6/debug-stepin-microtasks.js |
diff --git a/test/mjsunit/es6/debug-stepin-microtasks.js b/test/mjsunit/es6/debug-stepin-microtasks.js |
index 8dbdb3457ab8e6828e3adc9b4f6cfb5caf2fd05d..98510ff52be153373b1fa29624377c17c823b33e 100644 |
--- a/test/mjsunit/es6/debug-stepin-microtasks.js |
+++ b/test/mjsunit/es6/debug-stepin-microtasks.js |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// Flags: --harmony-object-observe |
// Flags: --allow-natives-syntax --expose-debug-as debug |
Debug = debug.Debug |