Index: test/debugger/debug/harmony/async-debug-caught-exception-cases.js |
diff --git a/test/mjsunit/harmony/async-debug-caught-exception-cases.js b/test/debugger/debug/harmony/async-debug-caught-exception-cases.js |
similarity index 98% |
rename from test/mjsunit/harmony/async-debug-caught-exception-cases.js |
rename to test/debugger/debug/harmony/async-debug-caught-exception-cases.js |
index 76296ef7f1cfe0538189cfb02ac42318898c1a1d..99dc515bc25692065c0f50f22c444702e3e7351b 100644 |
--- a/test/mjsunit/harmony/async-debug-caught-exception-cases.js |
+++ b/test/debugger/debug/harmony/async-debug-caught-exception-cases.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: --allow-natives-syntax --harmony-async-await --expose-debug-as debug |
+// Flags: --harmony-async-await |
Debug = debug.Debug |