| Index: runtime/observatory/tests/service/debugger_location_test.dart
|
| diff --git a/runtime/observatory/tests/service/debugger_location_test.dart b/runtime/observatory/tests/service/debugger_location_test.dart
|
| index 7825ae6b1f56a1d46090874eaa7a20ea92d3db5d..ab50f4d136ee943acd5c8561e2d6175ccd65fe0a 100644
|
| --- a/runtime/observatory/tests/service/debugger_location_test.dart
|
| +++ b/runtime/observatory/tests/service/debugger_location_test.dart
|
| @@ -236,9 +236,7 @@ hasStoppedAtBreakpoint,
|
| await DebuggerLocation.complete(debugger,
|
| 'debugger_location_test.dart:11');
|
| expect(completions.toString(), equals(
|
| - '[debugger_location_test.dart:11 ,'
|
| - ' debugger_location_test.dart:11:,'
|
| - ' debugger_location_test.dart:110 ,'
|
| + '[debugger_location_test.dart:110 ,'
|
| ' debugger_location_test.dart:110:,'
|
| ' debugger_location_test.dart:111 ,'
|
| ' debugger_location_test.dart:111:,'
|
|
|