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

Unified Diff: pkg/analysis_services/test/completion/imported_type_computer_test.dart

Issue 463493003: rename CompletionSuggestionKind.VARIABLE to LOCAL_VARIABLE to match spec (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 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
« no previous file with comments | « pkg/analysis_services/test/completion/completion_test_util.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_services/test/completion/imported_type_computer_test.dart
diff --git a/pkg/analysis_services/test/completion/imported_type_computer_test.dart b/pkg/analysis_services/test/completion/imported_type_computer_test.dart
index 79dca5c9ce195b25bacd5ddfa115363fac8812e3..869dfc8c95a19bba8a33485315743edf58208b4e 100644
--- a/pkg/analysis_services/test/completion/imported_type_computer_test.dart
+++ b/pkg/analysis_services/test/completion/imported_type_computer_test.dart
@@ -44,6 +44,8 @@ class ImportedTypeComputerTest extends AbstractCompletionTest {
return computeFull().then((_) {
// do not suggest types imported with prefix
assertNotSuggested('A');
+ // do not suggest prefix as it is suggested by LocalComputer
+ assertNotSuggested('foo');
});
}
« no previous file with comments | « pkg/analysis_services/test/completion/completion_test_util.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698