| Index: test/debugger/debug/es8/async-debug-step-next-constant.js
|
| diff --git a/test/debugger/debug/harmony/async-debug-step-next-constant.js b/test/debugger/debug/es8/async-debug-step-next-constant.js
|
| similarity index 96%
|
| rename from test/debugger/debug/harmony/async-debug-step-next-constant.js
|
| rename to test/debugger/debug/es8/async-debug-step-next-constant.js
|
| index d342790d7e5105d9776e27c1067b71dbb78f1a71..11fda38f86e0561e8d8a5c73cfe418d2122584b0 100644
|
| --- a/test/debugger/debug/harmony/async-debug-step-next-constant.js
|
| +++ b/test/debugger/debug/es8/async-debug-step-next-constant.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 step_count = 0;
|
|
|
|
|