| Index: pkg/analysis_server/test/integration/server/set_subscriptions_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/server/set_subscriptions_test.dart b/pkg/analysis_server/test/integration/server/set_subscriptions_test.dart
|
| index 9a380615d3ce612d439d98078954c10998cd4b7c..56be8b571166c875cb832ee9ab61bb1db2161803 100644
|
| --- a/pkg/analysis_server/test/integration/server/set_subscriptions_test.dart
|
| +++ b/pkg/analysis_server/test/integration/server/set_subscriptions_test.dart
|
| @@ -12,6 +12,10 @@ import 'package:unittest/unittest.dart';
|
| import '../../reflective_tests.dart';
|
| import '../integration_tests.dart';
|
|
|
| +main() {
|
| + runReflectiveTests(Test);
|
| +}
|
| +
|
| @ReflectiveTestCase()
|
| class Test extends AbstractAnalysisServerIntegrationTest {
|
| test_setSubscriptions() {
|
| @@ -50,7 +54,3 @@ main() {
|
| });
|
| }
|
| }
|
| -
|
| -main() {
|
| - runReflectiveTests(Test);
|
| -}
|
|
|