Index: test/debugger/debug/es8/async-function-debug-evaluate.js |
diff --git a/test/debugger/debug/harmony/async-function-debug-evaluate.js b/test/debugger/debug/es8/async-function-debug-evaluate.js |
similarity index 99% |
rename from test/debugger/debug/harmony/async-function-debug-evaluate.js |
rename to test/debugger/debug/es8/async-function-debug-evaluate.js |
index e31af669701e3ad28efb0e22e567afefe9eab4ab..a635482f51e18cd90c7df2eac84c46022feadede 100644 |
--- a/test/debugger/debug/harmony/async-function-debug-evaluate.js |
+++ b/test/debugger/debug/es8/async-function-debug-evaluate.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 breakPointCount = 0; |