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

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

Issue 1280313002: remove complex keyword suggestions - fixes #23978 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: update tests Created 5 years, 4 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 85a6fd8f704c2d7f52ef9c9f178642cf62ccc041..c37264eb69e216aafd0030aff3b8397e01a0a4a1 100644
--- a/pkg/analysis_server/test/completion_test.dart
+++ b/pkg/analysis_server/test/completion_test.dart
@@ -2619,9 +2619,9 @@ class Q {
"1+while",
"2+do",
"3+while",
- "4+for (!)",
+ "4+for",
"5+in",
- "6+for (!)",
+ "6+for",
"7+switch",
"8+case",
"9+default",
@@ -2659,7 +2659,7 @@ class Q {
!4part 'x';''',
<String>[
"1+library",
- "2+import '!';",
+ "2+import",
"3+export",
"4+part",
"5+as",

Powered by Google App Engine
This is Rietveld 408576698