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 545735b046cb30df9a301821b58aaf988260048e..1efd154b08183539e16629690dfd5108f90fa7da 100644 |
--- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
+++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
@@ -33,9 +33,7 @@ class GetSuggestionsTest extends AbstractAnalysisServerIntegrationTest { |
} |
test_getSuggestions() async { |
- setTestSource( |
- 'test.dart', |
- r''' |
+ setTestSource('test.dart', r''' |
String test = ''; |
main() { |
test.^ |
@@ -57,9 +55,7 @@ main() { |
} |
test_getSuggestions_onlyOverlay() async { |
- setTestSource( |
- 'test.dart', |
- r''' |
+ setTestSource('test.dart', r''' |
String test = ''; |
main() { |
test.^ |
@@ -83,9 +79,7 @@ main() { |
} |
test_getSuggestions_onlyOverlay_noWait() async { |
- setTestSource( |
- 'test.dart', |
- r''' |
+ setTestSource('test.dart', r''' |
String test = ''; |
main() { |
test.^ |