| Index: pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/imported_computer_test.dart b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| index e30e39dd5ce6c56e2e8975f5d1a8575b3424d0bb..7f7ed1b8a03c303a6afa7949d32f280e0b30304c 100644
|
| --- a/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| @@ -99,7 +99,7 @@ class ImportedComputerTest extends AbstractSelectorSuggestionTest {
|
|
|
| @override
|
| void setUpComputer() {
|
| - computer = new ImportedComputer();
|
| + computer = new ImportedComputer(shouldWaitForLowPrioritySuggestions: true);
|
| }
|
|
|
| @override
|
|
|