| Index: tests/debugger/async_test.dart
|
| diff --git a/tests/debugger/async_test.dart b/tests/debugger/async_test.dart
|
| index aa0f51b0053cdc87f6f50a9b13c5bb209eb2ef21..2da56c86c4d3b1b144507db447d112c434efd7aa 100644
|
| --- a/tests/debugger/async_test.dart
|
| +++ b/tests/debugger/async_test.dart
|
| @@ -5,7 +5,7 @@
|
| // Test that we get a meaningful stack trace when called from the
|
| // event loop.
|
|
|
| -// DartinoDebuggerCommands=b breakHere,r,bt,t internal,bt,c
|
| +// DartinoDebuggerCommands=b breakHere,r,bt,t internal,bt,c,q
|
|
|
| import 'dart:async';
|
|
|
|
|