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

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

Issue 742163002: cache import suggestions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 1 month 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/services/completion/invocation_computer_test.dart
diff --git a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
index 7c7d8934291a18d6e29edd13c8b5c5c49adab526..97c703d0e5d26b4cef393e7d167d9e5668a751c1 100644
--- a/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
+++ b/pkg/analysis_server/test/services/completion/invocation_computer_test.dart
@@ -20,8 +20,7 @@ main() {
class InvocationComputerTest extends AbstractSelectorSuggestionTest {
@override
- void setUp() {
- super.setUp();
+ void setUpComputer() {
computer = new InvocationComputer();
}
}

Powered by Google App Engine
This is Rietveld 408576698