Index: test/debugger/debug/harmony/async-debug-step-in-and-out.js |
diff --git a/test/mjsunit/harmony/async-debug-step-in-and-out.js b/test/debugger/debug/harmony/async-debug-step-in-and-out.js |
similarity index 93% |
rename from test/mjsunit/harmony/async-debug-step-in-and-out.js |
rename to test/debugger/debug/harmony/async-debug-step-in-and-out.js |
index 30fe2d60532964db5f7053656030a7841e5abb31..388fa721cfe9aefb4e4e50f0fee9b01041c7f981 100644 |
--- a/test/mjsunit/harmony/async-debug-step-in-and-out.js |
+++ b/test/debugger/debug/harmony/async-debug-step-in-and-out.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --expose-debug-as debug --allow-natives-syntax --harmony-async-await |
+// Flags: --harmony-async-await |
var Debug = debug.Debug; |
var step_count = 0; |