| 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 {
|
|
|