| Index: pkg/analysis_server/test/completion_test.dart
|
| diff --git a/pkg/analysis_server/test/completion_test.dart b/pkg/analysis_server/test/completion_test.dart
|
| index 87bb492660517c95873433e8c20ae7fc043cea47..d80682cfd4fde4f9cd9180a24b06ba931185dc38 100644
|
| --- a/pkg/analysis_server/test/completion_test.dart
|
| +++ b/pkg/analysis_server/test/completion_test.dart
|
| @@ -36,8 +36,7 @@ class Y {String x='hi';mth() {x.l!1ength;int n = 0;x!2.codeUnitAt(n!3);}}''',
|
|
|
| CompletionTestCase.buildTests('testCommentSnippets004', '''
|
| class A {!1int x; !2mth() {!3int y = this.!5x!6;}}class B{}''',
|
| - <String>["1+A", "2+B", "3+x", "3-y", "5+mth", "6+x"],
|
| - failingTests: '3');
|
| + <String>["1+A", "2+B", "3+x", "3-y", "5+mth", "6+x"]);
|
|
|
| CompletionTestCase.buildTests('testCommentSnippets005', '''
|
| class Date { static Date JUN, JUL;}class X { m() { return Da!1te.JU!2L; }}''',
|
|
|