| Index: pkg/analysis_server/test/integration/server/shutdown_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/server/shutdown_test.dart b/pkg/analysis_server/test/integration/server/shutdown_test.dart
|
| index d830f8c6f359e679b558000567120ffc01327072..ab556b7cd8ee8a901bea90a04d5f7f409d5bde68 100644
|
| --- a/pkg/analysis_server/test/integration/server/shutdown_test.dart
|
| +++ b/pkg/analysis_server/test/integration/server/shutdown_test.dart
|
| @@ -6,11 +6,15 @@ library test.integration.server.shutdown;
|
|
|
| import 'dart:async';
|
|
|
| -import '../../reflective_tests.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| +import '../../reflective_tests.dart';
|
| import '../integration_tests.dart';
|
|
|
| +main() {
|
| + runReflectiveTests(Test);
|
| +}
|
| +
|
| @ReflectiveTestCase()
|
| class Test extends AbstractAnalysisServerIntegrationTest {
|
| test_shutdown() {
|
| @@ -25,7 +29,3 @@ class Test extends AbstractAnalysisServerIntegrationTest {
|
| });
|
| }
|
| }
|
| -
|
| -main() {
|
| - runReflectiveTests(Test);
|
| -}
|
|
|