| Index: pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| index 7aac5aceee328256ae3ed914e06985bb6f17e5aa..48f2f8470bac2f95e1be4b85600e450b04df9f04 100644
|
| --- a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
|
| @@ -59,19 +59,6 @@ class InvocationComputerTest extends AbstractSelectorSuggestionTest {
|
| });
|
| }
|
|
|
| - test_IsExpression() {
|
| - // SimpleIdentifier TypeName IsExpression IfStatement
|
| - addSource('/testB.dart', '''
|
| - lib B;
|
| - class X {X.c(); X._d(); z() {}}''');
|
| - addTestSource('''
|
| - import "/testB.dart";
|
| - main() {var x; if (x is ^) { }}''');
|
| - return computeFull().then((_) {
|
| - assertNoSuggestions();
|
| - });
|
| - }
|
| -
|
| test_PrefixedIdentifier_field() {
|
| // SimpleIdentifier PrefixedIdentifier ExpressionStatement
|
| addTestSource('''
|
|
|