Index: test/debugger/debug/es8/debug-async-break.js |
diff --git a/test/debugger/debug/harmony/debug-async-break.js b/test/debugger/debug/es8/debug-async-break.js |
similarity index 98% |
rename from test/debugger/debug/harmony/debug-async-break.js |
rename to test/debugger/debug/es8/debug-async-break.js |
index dac3474f756a237a00ea0e08fbd0976c72e4c758..3e07ba9344fbbdf97d02334de4908fb748f62d22 100644 |
--- a/test/debugger/debug/harmony/debug-async-break.js |
+++ b/test/debugger/debug/es8/debug-async-break.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --harmony-async-await |
- |
var Debug = debug.Debug; |
function assertEqualsAsync(expected, run, msg) { |