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

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

Issue 2342473002: improve import URI completions at EOF (Closed)
Patch Set: update tests Created 4 years, 3 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 70ac85438ea320116b1c5b05e926239111a2926b..778b1f0ce06cd40d3ced42469088a8c7c1baabe8 100644
--- a/pkg/analysis_server/test/completion_test.dart
+++ b/pkg/analysis_server/test/completion_test.dart
@@ -1349,8 +1349,7 @@ export 'dart:!1''',
"1+dart:math",
"1-dart:_chrome",
"1-dart:_collection.dev"
- ],
- failingTests: '1');
+ ]);
buildTests(
'testCompletion_export_noStringLiteral_noSemicolon',
@@ -1497,8 +1496,7 @@ import 'dart:!1''',
"1+dart:math",
"1-dart:_chrome",
"1-dart:_collection.dev"
- ],
- failingTests: '1');
+ ]);
buildTests(
'testCompletion_import_hasStringLiteral_noSemicolon',

Powered by Google App Engine
This is Rietveld 408576698