| Index: pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| diff --git a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| index ed48640f289e49a66949887f328abcb095096cbd..0dae12ebebcda781c22eb076d3d5c9a634046fdd 100644
|
| --- a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| +++ b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| @@ -44,7 +44,7 @@ SourceSpanWithContext _createSpanHelper(
|
| int lineEnd = endLoc.offset;
|
| int lineNum = lineInfo.getLocation(lineEnd).lineNumber;
|
| while (lineEnd < content.length &&
|
| - lineInfo.getLocation(++lineEnd).lineNumber == lineNum);
|
| + lineInfo.getLocation(++lineEnd).lineNumber == lineNum) {}
|
|
|
| if (end == null) {
|
| end = lineEnd;
|
|
|