| Index: tests/lib/async/timer_repeat_test.dart
|
| diff --git a/tests/lib/async/timer_repeat_test.dart b/tests/lib/async/timer_repeat_test.dart
|
| index f6b5309a45a31d323cab2d422359adb32f6a72d3..e963c5aef01f09c320b935844bfae9689cb7aa50 100644
|
| --- a/tests/lib/async/timer_repeat_test.dart
|
| +++ b/tests/lib/async/timer_repeat_test.dart
|
| @@ -5,7 +5,7 @@
|
| library timer_repeat_test;
|
|
|
| import 'dart:async';
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| const Duration TIMEOUT = const Duration(milliseconds: 500);
|
| const int ITERATIONS = 5;
|
|
|