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 154f29bbb2f6bf944e330127b7f1cb6b6074a33c..fb1c58482754a268e5de246789be10746f752847 100644 |
--- a/pkg/analysis_server/test/completion_test.dart |
+++ b/pkg/analysis_server/test/completion_test.dart |
@@ -869,8 +869,7 @@ main() { null.!1 }''', |
'testCommentSnippets085', |
''' |
class List{}class Map{}class Z extends List with !1Ma!2p {}''', |
- <String>["1+List", "1+Map", "2+Map", "2-List"], |
- failingTests: '12'); |
+ <String>["1+List", "1+Map", "2+Map", "2-List"]); |
buildTests( |
'testCommentSnippets086', |
@@ -883,8 +882,7 @@ class Q{f(){xy() {!2};x!1y();}}''', |
'testCommentSnippets087', |
''' |
class Map{}class Q extends Object with !1Map {}''', |
- <String>["1+Map", "1-HashMap"], |
- failingTests: '1'); |
+ <String>["1+Map", "1-HashMap"]); |
buildTests( |
'testCommentSnippets088', |
@@ -2445,7 +2443,7 @@ class Fclass extends Bclass !6with !7 Eclass {}''', |
"7-Dclass", |
"7-Ctype", |
], |
- failingTests: '23467'); |
+ failingTests: '2346'); |
// keywords |
buildTests( |