| Index: tests/debugger/break_in_other_process_test.dart
|
| diff --git a/tests/debugger/break_in_other_process_test.dart b/tests/debugger/break_in_other_process_test.dart
|
| index 3e479aac1e564fcefbed5605dc5b108d3389991e..fba45a54fba5bb57af400c0540ea934c6c3e7528 100644
|
| --- a/tests/debugger/break_in_other_process_test.dart
|
| +++ b/tests/debugger/break_in_other_process_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // Test that we can break at a breakpoint hit by another process than main.
|
|
|
| -// DartinoDebuggerCommands=b foo,r,bt,c
|
| +// DartinoDebuggerCommands=b foo,r,bt,c,q
|
|
|
| import 'dart:dartino';
|
| import 'package:expect/expect.dart';
|
|
|