| Index: tests/lib/async/timer_test.dart
|
| diff --git a/tests/isolate/timer_test.dart b/tests/lib/async/timer_test.dart
|
| similarity index 95%
|
| rename from tests/isolate/timer_test.dart
|
| rename to tests/lib/async/timer_test.dart
|
| index c2fe071a8ec0cb16f2bd85b6a2eb13ef4f121292..89b38ece5d7adbd847acca084a7aa84356c5bf3a 100644
|
| --- a/tests/isolate/timer_test.dart
|
| +++ b/tests/lib/async/timer_test.dart
|
| @@ -5,7 +5,7 @@
|
| library timer_test;
|
|
|
| import 'dart:async';
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| +import '../../../pkg/unittest/lib/unittest.dart';
|
|
|
| const int STARTTIMEOUT = 1050;
|
| const int DECREASE = 200;
|
|
|