| Index: tests/debugger/find_file_test.dart
|
| diff --git a/tests/debugger/find_file_test.dart b/tests/debugger/find_file_test.dart
|
| index b21e60f8d5480861ddb2cb3ba2d3e334292e53ae..a94a49a7a29247b9ee137483bf348b5af50c076c 100644
|
| --- a/tests/debugger/find_file_test.dart
|
| +++ b/tests/debugger/find_file_test.dart
|
| @@ -5,7 +5,7 @@
|
| // Test that we get a meaningful breakpoint when breaking on a non-empty
|
| // column that does not point to the first sub-expression of the line.
|
|
|
| -// DartinoDebuggerCommands=bf a.dart 5,r,bf b.dart 5,2,c,c
|
| +// DartinoDebuggerCommands=bf a.dart 5,r,bf b.dart 5,2,c,c,q
|
|
|
| import "find_file_test/a/a.dart" as a_a;
|
| import "find_file_test/a/b.dart" as a_b;
|
|
|