| Index: runtime/observatory/tests/service/get_source_report_test.dart
|
| diff --git a/runtime/observatory/tests/service/get_source_report_test.dart b/runtime/observatory/tests/service/get_source_report_test.dart
|
| index 2f089b24b93acb8175d042138fba48a89d63394c..81f21a5bbc657380db03ed627de51bada92c5b87 100644
|
| --- a/runtime/observatory/tests/service/get_source_report_test.dart
|
| +++ b/runtime/observatory/tests/service/get_source_report_test.dart
|
| @@ -63,10 +63,10 @@ hasStoppedAtBreakpoint,
|
|
|
| var expectedRange = {
|
| 'scriptIndex': 0,
|
| - 'startPos': 38,
|
| - 'endPos': 87,
|
| + 'startPos': 39,
|
| + 'endPos': 88,
|
| 'compiled': true,
|
| - 'coverage': {'hits': [53, 71, 81], 'misses': [59]}
|
| + 'coverage': {'hits': [54, 72, 82], 'misses': [60]}
|
| };
|
|
|
| // Full script
|
|
|