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

Unified Diff: test/priority_queue_test.dart

Issue 1817463002: Finish @nex3's strong-mode fixes in package:collection and test it in Travis (Closed) Base URL: https://github.com/ochafik/collection.git@master
Patch Set: Created 4 years, 9 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: test/priority_queue_test.dart
diff --git a/test/priority_queue_test.dart b/test/priority_queue_test.dart
index c6966d6cda0052efd8ec0069172f1cfdde0b7f9d..1aabcc1058c9909ddd36bd0674f0702717d9cd7f 100644
--- a/test/priority_queue_test.dart
+++ b/test/priority_queue_test.dart
@@ -6,7 +6,7 @@
import "package:test/test.dart";
-import "package:collection/priority_queue.dart";
+import "package:collection/src/priority_queue.dart";
void main() {
testDefault();

Powered by Google App Engine
This is Rietveld 408576698