| Index: tests/debugger/break_in_anonymous_function_test.dart
|
| diff --git a/tests/debugger/break_in_anonymous_function_test.dart b/tests/debugger/break_in_anonymous_function_test.dart
|
| index 7c6d287a00ee394fa15beebc45ae116136057f76..37efe8320ec2ab589cb7491d9d49bd47d6ff8a51 100644
|
| --- a/tests/debugger/break_in_anonymous_function_test.dart
|
| +++ b/tests/debugger/break_in_anonymous_function_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| // Test that we can set a breakpoint in the body of an anonymous function.
|
|
|
| -// DartinoDebuggerCommands=bf tests/debugger/break_in_anonymous_function_test.dart 12,bf tests/debugger/break_in_anonymous_function_test.dart 17,bf tests/debugger/break_in_anonymous_function_test.dart 19,r,c,c,c
|
| +// DartinoDebuggerCommands=bf tests/debugger/break_in_anonymous_function_test.dart 12,bf tests/debugger/break_in_anonymous_function_test.dart 17,bf tests/debugger/break_in_anonymous_function_test.dart 19,r,c,c,c,q
|
|
|
| import 'package:expect/expect.dart';
|
|
|
|
|