Index: pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
diff --git a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
index 8c1c4a222cc1125b5b888514d25f93edb0ae5ed7..96ff8f1c92abdd6732afc3ee05aea29e1dfe6347 100644 |
--- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
+++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
@@ -14,7 +14,8 @@ main() { |
}); |
} |
-class AbstractGetSuggestionsTest extends AbstractAnalysisServerIntegrationTest { |
+@reflectiveTest |
+class GetSuggestionsTest extends AbstractAnalysisServerIntegrationTest { |
String path; |
String content; |
int completionOffset; |
@@ -120,6 +121,3 @@ main() { |
}); |
} |
} |
- |
-@reflectiveTest |
-class GetSuggestionsTest extends AbstractGetSuggestionsTest {} |