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

Unified Diff: test/wrapper_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
« test/equality_test.dart ('K') | « test/unmodifiable_collection_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/wrapper_test.dart
diff --git a/test/wrapper_test.dart b/test/wrapper_test.dart
index 5858aaf58fa6e64c6ba5aa7d4b8c389a54341bbc..a3526a34848e29286b1f78e7336284202d691d1a 100644
--- a/test/wrapper_test.dart
+++ b/test/wrapper_test.dart
@@ -6,7 +6,7 @@
import "dart:collection";
import "package:collection/collection.dart";
-import "package:unittest/unittest.dart";
+import "package:test/test.dart";
// Test that any member access/call on the wrapper object is equal to
// an expected access on the wrapped object.
« test/equality_test.dart ('K') | « test/unmodifiable_collection_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698