| Index: test/debugger/debug/es8/async-debug-caught-exception.js
|
| diff --git a/test/debugger/debug/harmony/async-debug-caught-exception.js b/test/debugger/debug/es8/async-debug-caught-exception.js
|
| similarity index 99%
|
| rename from test/debugger/debug/harmony/async-debug-caught-exception.js
|
| rename to test/debugger/debug/es8/async-debug-caught-exception.js
|
| index 391a41cd1537de1b0ed0c5b397ecc694d8cad6ce..2feecc067f1f1320a8a380e9131023eb335cbc1e 100644
|
| --- a/test/debugger/debug/harmony/async-debug-caught-exception.js
|
| +++ b/test/debugger/debug/es8/async-debug-caught-exception.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
|
| -
|
| Debug = debug.Debug
|
|
|
| var exception = null;
|
|
|