| Index: pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart b/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| index a4fcd382516204caec7cef63b03752f51d2b32bd..7a979c2ce8a9cf2a945345f4efc5efb2e47665ce 100644
|
| --- a/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| +++ b/pkg/analysis_server/test/integration/analysis/update_content_list_test.dart
|
| @@ -10,6 +10,10 @@ import 'package:unittest/unittest.dart';
|
| import '../../reflective_tests.dart';
|
| import '../integration_tests.dart';
|
|
|
| +main() {
|
| + runReflectiveTests(Test);
|
| +}
|
| +
|
| @ReflectiveTestCase()
|
| class Test extends AbstractAnalysisServerIntegrationTest {
|
| test_updateContent_list() {
|
| @@ -48,7 +52,3 @@ main() {
|
| });
|
| }
|
| }
|
| -
|
| -main() {
|
| - runReflectiveTests(Test);
|
| -}
|
|
|