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

Unified Diff: tests/lib/async/stream_iterator_test.dart

Issue 2656503004: Revert "Remove package:unittest from some tests" (Closed)
Patch Set: Created 3 years, 11 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 | « tests/lib/async/stream_from_iterable_test.dart ('k') | tests/lib/async/stream_join_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/stream_iterator_test.dart
diff --git a/tests/lib/async/stream_iterator_test.dart b/tests/lib/async/stream_iterator_test.dart
index 589e8a10433bdb1bcfbc8284527672ee645f4930..bbd7f719ed5b8d2eacb051a4293592918ae06a2b 100644
--- a/tests/lib/async/stream_iterator_test.dart
+++ b/tests/lib/async/stream_iterator_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
import "dart:async";
-import "package:test/test.dart";
+import "package:unittest/unittest.dart";
main() {
test("stream iterator basic", () async {
« no previous file with comments | « tests/lib/async/stream_from_iterable_test.dart ('k') | tests/lib/async/stream_join_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698