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 d0ee85e1c7cd6ed39d55490a9c3ff455157d9dfb..3cdb189ac86b1948094e39c9a8f677fa3c3856f6 100644 |
--- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
+++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart |
@@ -31,8 +31,7 @@ main() { |
return analysisFinished.then((_) { |
return sendCompletionGetSuggestions( |
- pathname, |
- text.indexOf('test.') + 'test.'.length).then((result) { |
+ pathname, text.indexOf('test.') + 'test.'.length).then((result) { |
// Since the feature doesn't work yet, just pause for a second to |
// collect the output of the analysis server, and then stop the test. |
// TODO(paulberry): finish writing the integration test once the feature |