| 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 abd53364ecb67bbf58666f4fea8ec0bd02a6ac4a..65373d3bfb01b7ce1a9d9d3074954da2ba4ee3fe 100644
|
| --- a/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/imported_computer_test.dart
|
| @@ -126,14 +126,4 @@ class ImportedTypeComputerTest extends AbstractSelectorSuggestionTest {
|
| assertNotSuggested('A');
|
| });
|
| }
|
| -
|
| - test_ImportDirective_dart() {
|
| - // SimpleStringLiteral ImportDirective
|
| - addTestSource('''
|
| - import "dart^";
|
| - main() {}''');
|
| - return computeFull().then((_) {
|
| - assertNotSuggested('Object');
|
| - });
|
| - }
|
| }
|
|
|