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

Unified Diff: pkg/analysis_services/test/completion/completion_test_util.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
Index: pkg/analysis_services/test/completion/completion_test_util.dart
diff --git a/pkg/analysis_services/test/completion/completion_test_util.dart b/pkg/analysis_services/test/completion/completion_test_util.dart
index 6e501f1284938ee620a4d214fb445b545540a03d..d732b6ff6de88022c43bb4f5a5fed7e61d5910a4 100644
--- a/pkg/analysis_services/test/completion/completion_test_util.dart
+++ b/pkg/analysis_services/test/completion/completion_test_util.dart
@@ -120,7 +120,7 @@ class AbstractCompletionTest extends AbstractContextTest {
void assertSuggestVariable(String completion, [CompletionRelevance relevance =
CompletionRelevance.DEFAULT]) {
- assertSuggest(CompletionSuggestionKind.VARIABLE, completion, relevance);
+ assertSuggest(CompletionSuggestionKind.LOCAL_VARIABLE, completion, relevance);
}
bool computeFast() {

Powered by Google App Engine
This is Rietveld 408576698