Index: test/debugger/debug/harmony/async-debug-step-next.js |
diff --git a/test/mjsunit/harmony/async-debug-step-next.js b/test/debugger/debug/harmony/async-debug-step-next.js |
similarity index 93% |
rename from test/mjsunit/harmony/async-debug-step-next.js |
rename to test/debugger/debug/harmony/async-debug-step-next.js |
index 952d88dd85cd34fd7d63b2e06f229578736f3522..59133eb46e0e093fb02bd510234225aef22a37da 100644 |
--- a/test/mjsunit/harmony/async-debug-step-next.js |
+++ b/test/debugger/debug/harmony/async-debug-step-next.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; |