Index: test/debugger/debug/es8/async-function-debug-scopes.js |
diff --git a/test/debugger/debug/harmony/async-function-debug-scopes.js b/test/debugger/debug/es8/async-function-debug-scopes.js |
similarity index 99% |
rename from test/debugger/debug/harmony/async-function-debug-scopes.js |
rename to test/debugger/debug/es8/async-function-debug-scopes.js |
index adfb063325bb49dc45df7643b52ebab5ddac6f1c..6d54aea98b2bbefbf17474dcb85b90e79de050fe 100644 |
--- a/test/debugger/debug/harmony/async-function-debug-scopes.js |
+++ b/test/debugger/debug/es8/async-function-debug-scopes.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; |
var global_marker = 7; |