| Index: tests/lib/async/timer_cancel1_test.dart
|
| diff --git a/tests/isolate/timer_cancel1_test.dart b/tests/lib/async/timer_cancel1_test.dart
|
| similarity index 94%
|
| rename from tests/isolate/timer_cancel1_test.dart
|
| rename to tests/lib/async/timer_cancel1_test.dart
|
| index 61bb5dd7409c22cb8a072f6da9db04c57ce0c0bd..c964b15c92391a25b23c60b046a77a3f9e1e8642 100644
|
| --- a/tests/isolate/timer_cancel1_test.dart
|
| +++ b/tests/lib/async/timer_cancel1_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library timer_cancel1_test;
|
| import 'dart:async';
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| +import '../../../pkg/unittest/lib/unittest.dart';
|
|
|
| main() {
|
| // Test that a timeout handler can cancel another.
|
|
|