| Index: runtime/observatory/tests/service/regress_28443_test.dart
|
| diff --git a/runtime/observatory/tests/service/regress_28443_test.dart b/runtime/observatory/tests/service/regress_28443_test.dart
|
| index b135a6ffba62ff5aa20312188bf215ab4d768b3c..652e4b0352594d9aff0c1de956ac708018061807 100644
|
| --- a/runtime/observatory/tests/service/regress_28443_test.dart
|
| +++ b/runtime/observatory/tests/service/regress_28443_test.dart
|
| @@ -61,6 +61,7 @@ Future<Isolate> stepThroughProgram(Isolate isolate) async {
|
| }
|
|
|
| var tests = [hasPausedAtStart,
|
| + markDartColonLibrariesDebuggable,
|
| setBreakpointAtLine(LINE_B),
|
| resumeIsolate,
|
| hasStoppedAtBreakpoint,
|
|
|