| Index: pkg/analysis_server/test/services/correction/source_range_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/source_range_test.dart b/pkg/analysis_server/test/services/correction/source_range_test.dart
|
| index f52da771d7c0a5d3009b20ac7eec851c31e11d38..2e5bad15b29aa97dbbe137833ebf4c91b2dff3fb 100644
|
| --- a/pkg/analysis_server/test/services/correction/source_range_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/source_range_test.dart
|
| @@ -68,9 +68,6 @@ class SourceRangesTest extends AbstractSingleUnitTest {
|
|
|
| void test_rangeNodes_empty() {
|
| resolveTestUnit('main() {}');
|
| - FunctionDeclaration mainFunction = testUnit.declarations[0];
|
| - SimpleIdentifier mainName = mainFunction.name;
|
| - FunctionBody mainBody = mainFunction.functionExpression.body;
|
| expect(rangeNodes([]), new SourceRange(0, 0));
|
| }
|
|
|
|
|