| Index: pkg/analysis_server/test/services/completion/local_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/local_computer_test.dart b/pkg/analysis_server/test/services/completion/local_computer_test.dart
|
| index 2f1a55966774efc2a89adb32702bcd013c0d44b1..19f1b0a7e8a8dee8feff7e09027c228248a6ec01 100644
|
| --- a/pkg/analysis_server/test/services/completion/local_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/local_computer_test.dart
|
| @@ -82,7 +82,8 @@ class LocalComputerTest extends AbstractCompletionTest {
|
| expect(b.element.isDeprecated, isFalse);
|
| expect(b.element.isPrivate, isTrue);
|
| assertSuggestTopLevelVar('T', 'A');
|
| - assertSuggestLibraryPrefix('x');
|
| + // Library prefix suggestion is provided by ImportedComputer
|
| + assertNotSuggested('x');
|
| }
|
|
|
| test_ExpressionStatement_name() {
|
|
|