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

Unified Diff: test/priority_queue_test.dart

Issue 1213723007: Update to test package, make test work on dart2js. (Closed) Base URL: https://github.com/dart-lang/collection.git@master
Patch Set: Also update version. Created 5 years, 6 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 703ab726f2cc0b313e43b389ce865cccd15df5f2..264bf94fbdd5f5658c3407cbf9a599385b810f4d 100644
--- a/test/priority_queue_test.dart
+++ b/test/priority_queue_test.dart
@@ -5,7 +5,7 @@
/// Tests priority queue implementations utilities.
import "package:collection/priority_queue.dart";
-import "package:unittest/unittest.dart";
+import "package:test/test.dart";
void main() {
testInt(() => new HeapPriorityQueue<int>());

Powered by Google App Engine
This is Rietveld 408576698