| Index: tests/lib/async/stream_periodic3_test.dart
|
| diff --git a/tests/lib/async/stream_periodic3_test.dart b/tests/lib/async/stream_periodic3_test.dart
|
| index b25ae2739fa513e0cf592381d721d489544db2b1..465d03ad369c6694a7ce8cd0cf7773eb75eabfc9 100644
|
| --- a/tests/lib/async/stream_periodic3_test.dart
|
| +++ b/tests/lib/async/stream_periodic3_test.dart
|
| @@ -6,7 +6,7 @@
|
| library dart.test.stream_from_iterable;
|
|
|
| import "dart:async";
|
| -import 'package:unittest/unittest.dart';
|
| +import 'package:test/test.dart';
|
|
|
| // The stopwatch is more precise than the Timer.
|
| // Some browsers (Firefox and IE so far) can trigger too early. So we add more
|
|
|