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

Unified Diff: pkg/analysis_server/test/services/completion/local_computer_test.dart

Issue 904603004: rename completion constants and cleanup comment (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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_server/test/services/completion/keyword_computer_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/services/completion/local_computer_test.dart
diff --git a/pkg/analysis_server/test/services/completion/local_computer_test.dart b/pkg/analysis_server/test/services/completion/local_computer_test.dart
index c20a50e8eee47641ef0da2f8499eb9aff6b141cf..433ff77b11455a5aba3d501261a92e726277347b 100644
--- a/pkg/analysis_server/test/services/completion/local_computer_test.dart
+++ b/pkg/analysis_server/test/services/completion/local_computer_test.dart
@@ -22,7 +22,7 @@ class LocalComputerTest extends AbstractSelectorSuggestionTest {
@override
CompletionSuggestion assertSuggestLocalClass(String name, {int relevance:
- COMPLETION_RELEVANCE_DEFAULT, bool isDeprecated: false}) {
+ DART_RELEVANCE_DEFAULT, bool isDeprecated: false}) {
return assertSuggestClass(
name,
relevance: relevance,
@@ -31,7 +31,7 @@ class LocalComputerTest extends AbstractSelectorSuggestionTest {
@override
CompletionSuggestion assertSuggestLocalClassTypeAlias(String name,
- {int relevance: COMPLETION_RELEVANCE_DEFAULT}) {
+ {int relevance: DART_RELEVANCE_DEFAULT}) {
return assertSuggestClassTypeAlias(name, relevance);
}
@@ -55,7 +55,7 @@ class LocalComputerTest extends AbstractSelectorSuggestionTest {
@override
CompletionSuggestion assertSuggestLocalFunctionTypeAlias(String name,
String returnType, {bool deprecated: false, int relevance:
- COMPLETION_RELEVANCE_DEFAULT}) {
+ DART_RELEVANCE_DEFAULT}) {
return assertSuggestFunctionTypeAlias(
name,
returnType,
« no previous file with comments | « pkg/analysis_server/test/services/completion/keyword_computer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698