| Index: pkg/analysis_server/test/services/correction/status_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/status_test.dart b/pkg/analysis_server/test/services/correction/status_test.dart
|
| index 93f9a0881dec8113fb05328edae32db8154aca4b..66bcd6db6d8c9ee10aeced46c3a831742cba9259 100644
|
| --- a/pkg/analysis_server/test/services/correction/status_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/status_test.dart
|
| @@ -16,14 +16,12 @@ import 'package:unittest/unittest.dart';
|
| import '../../abstract_single_unit.dart';
|
| import '../../reflective_tests.dart';
|
|
|
| -
|
| main() {
|
| groupSep = ' | ';
|
| runReflectiveTests(RefactoringLocationTest);
|
| runReflectiveTests(RefactoringStatusTest);
|
| }
|
|
|
| -
|
| @reflectiveTest
|
| class RefactoringLocationTest extends AbstractSingleUnitTest {
|
| void test_createLocation_forElement() {
|
| @@ -74,7 +72,6 @@ main() {
|
| }
|
| }
|
|
|
| -
|
| @reflectiveTest
|
| class RefactoringStatusTest {
|
| void test_addError() {
|
|
|