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

Unified Diff: test/priority_queue_test.dart

Issue 1831103004: Fix strong mode warnings. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: pubspec/changelog 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();
« lib/src/algorithms.dart ('K') | « pubspec.yaml ('k') | test/wrapper_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698