| Index: test/debugger/debug/harmony/debug-async-function-async-task-event.js
|
| diff --git a/test/mjsunit/harmony/debug-async-function-async-task-event.js b/test/debugger/debug/harmony/debug-async-function-async-task-event.js
|
| similarity index 96%
|
| rename from test/mjsunit/harmony/debug-async-function-async-task-event.js
|
| rename to test/debugger/debug/harmony/debug-async-function-async-task-event.js
|
| index b99f52fb31344d526dbbeac05c139e821793160b..d5d506e153dab0a134397b48b23d7b95e5c089e1 100644
|
| --- a/test/mjsunit/harmony/debug-async-function-async-task-event.js
|
| +++ b/test/debugger/debug/harmony/debug-async-function-async-task-event.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-async-await --expose-debug-as debug --allow-natives-syntax
|
| +// Flags: --harmony-async-await
|
|
|
| // The test observes the callbacks that async/await makes to the inspector
|
| // to make accurate stack traces. The pattern is based on saving a stack once
|
|
|