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

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

Issue 1470863003: Rework contribution sorter to use futures (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: merge Created 5 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/dart/inherited_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart
index 04f036034156d555c544a66526290923ae9b3806..d03a12dc6ca1fd1815b7db3c6fddb45178653d9d 100644
--- a/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/inherited_contributor_test.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library test.services.completion.inherited_computer_test;
+library test.services.completion.dart.inherited_computer_test;
import 'package:analysis_server/plugin/protocol/protocol.dart'
hide Element, ElementKind;

Powered by Google App Engine
This is Rietveld 408576698