| Index: tests/lib/async/timer_repeat_test.dart
|
| diff --git a/tests/isolate/timer_repeat_test.dart b/tests/lib/async/timer_repeat_test.dart
|
| similarity index 94%
|
| rename from tests/isolate/timer_repeat_test.dart
|
| rename to tests/lib/async/timer_repeat_test.dart
|
| index 0c299d471762b042fccbb47475e683265dca1884..e523ed4882ad735967be12f3c8bea1fe0d8d0802 100644
|
| --- a/tests/isolate/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 '../../../pkg/unittest/lib/unittest.dart';
|
|
|
| const Duration TIMEOUT = const Duration(milliseconds: 500);
|
| const int ITERATIONS = 5;
|
|
|