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

Unified Diff: test/algorithms_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/algorithms_test.dart
diff --git a/test/algorithms_test.dart b/test/algorithms_test.dart
index 933e268ea6728f58f1938ce01b7017e0fe2282f9..61fbf5be2594c8bb4dfc76dc2c2690cde3f5a8ee 100644
--- a/test/algorithms_test.dart
+++ b/test/algorithms_test.dart
@@ -5,7 +5,7 @@
/// Tests algorithm utilities.
import "package:collection/collection.dart";
-import "package:unittest/unittest.dart";
+import "package:test/test.dart";
import 'dart:math';
void main() {
« no previous file with comments | « pubspec.yaml ('k') | test/canonicalized_map_test.dart » ('j') | test/equality_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698