| 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 464765b3dad51cbf7f63e2e5554beba15c2faf92..a7d7f5608c42f4c96f2f2daf1ab264d3f94e92c4 100644
|
| --- a/pkg/analysis_server/test/completion_test.dart
|
| +++ b/pkg/analysis_server/test/completion_test.dart
|
| @@ -129,8 +129,7 @@ class A{m(){Object x;x.!1/**/clear()''', <String>["1+toString"]);
|
|
|
| buildTests('testCommentSnippets020', '''
|
| classMap{}class tst {var newt;void newf(){}test() {var newz;new!1/**/;}}''',
|
| - <String>["1+newt", "1+newf", "1+newz", "1-Map"],
|
| - failingTests: '1');
|
| + <String>["1+newt", "1+newf", "1+newz", "1-Map"]);
|
|
|
| buildTests('testCommentSnippets021', '''
|
| class Map{}class tst {var newt;void newf(){}test() {var newz;new !1/**/;}}''',
|
|
|