Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: pkg/analysis_server/test/completion_test.dart

Issue 2665053004: Implement completion in WithDirective. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698