| Index: test/debugger/debug/es8/debug-async-break-on-stack.js
|
| diff --git a/test/debugger/debug/harmony/debug-async-break-on-stack.js b/test/debugger/debug/es8/debug-async-break-on-stack.js
|
| similarity index 98%
|
| rename from test/debugger/debug/harmony/debug-async-break-on-stack.js
|
| rename to test/debugger/debug/es8/debug-async-break-on-stack.js
|
| index 5173c87ee407469b78d82bb8146a5b590f1194e9..df389f33d99d53095e9bef510b7d3611aa7cc43f 100644
|
| --- a/test/debugger/debug/harmony/debug-async-break-on-stack.js
|
| +++ b/test/debugger/debug/es8/debug-async-break-on-stack.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) {
|
|
|