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

Unified Diff: pkg/analysis_server/test/search/abstract_search_domain.dart

Issue 402723003: first cut simple code completion results (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 6 years, 5 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/search/abstract_search_domain.dart
diff --git a/pkg/analysis_server/test/search/abstract_search_domain.dart b/pkg/analysis_server/test/search/abstract_search_domain.dart
index 2ab71e1b644669c270ebacb26ecc259b2df9e7e0..5464311270639fc33672310864b95731b807e947 100644
--- a/pkg/analysis_server/test/search/abstract_search_domain.dart
+++ b/pkg/analysis_server/test/search/abstract_search_domain.dart
@@ -73,6 +73,7 @@ class AbstractSearchDomainTest extends AbstractAnalysisTest {
}).join('\n');
}
+ @override
void processNotification(Notification notification) {
if (notification.event == SEARCH_RESULTS) {
String id = notification.getParameter(ID);

Powered by Google App Engine
This is Rietveld 408576698