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

Unified Diff: pkg/collection/test/priority_queue_test.dart

Issue 182153002: pkg/collection: fix version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
« no previous file with comments | « pkg/collection/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/collection/test/priority_queue_test.dart
diff --git a/pkg/collection/test/priority_queue_test.dart b/pkg/collection/test/priority_queue_test.dart
index 1040e1a021ddfdb09b31817b0a3afc824bab4c73..703ab726f2cc0b313e43b389ce865cccd15df5f2 100644
--- a/pkg/collection/test/priority_queue_test.dart
+++ b/pkg/collection/test/priority_queue_test.dart
@@ -4,7 +4,6 @@
/// Tests priority queue implementations utilities.
-import "dart:collection";
import "package:collection/priority_queue.dart";
import "package:unittest/unittest.dart";
« no previous file with comments | « pkg/collection/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698