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 407bd5292b7321cea0b36bcf07260a68555c67c2..33ca476ee7f2f1ac2441b7cef084b41bfe9a963d 100644 |
--- a/runtime/observatory/tests/service/debugger_location_test.dart |
+++ b/runtime/observatory/tests/service/debugger_location_test.dart |
@@ -59,7 +59,7 @@ hasStoppedAtBreakpoint, |
return initDebugger(isolate).then((debugger) { |
return DebuggerLocation.parse(debugger, '').then((DebuggerLocation loc) { |
expect(loc.valid, isTrue); |
- expect(loc.toString(), equals('debugger_location_test.dart:17')); |
+ expect(loc.toString(), equals('debugger_location_test.dart:17:5')); |
}); |
}); |
}, |