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 bbd7f719ed5b8d2eacb051a4293592918ae06a2b..589e8a10433bdb1bcfbc8284527672ee645f4930 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:unittest/unittest.dart"; |
+import "package:test/test.dart"; |
main() { |
test("stream iterator basic", () async { |