| Index: tests/lib/async/timer_cancel2_test.dart
|
| diff --git a/tests/isolate/timer_cancel2_test.dart b/tests/lib/async/timer_cancel2_test.dart
|
| similarity index 92%
|
| rename from tests/isolate/timer_cancel2_test.dart
|
| rename to tests/lib/async/timer_cancel2_test.dart
|
| index b684af5cc4b20e1642fb90e740b0844f6151c1c9..59081095a4e6fa7e0b0cc61198d946411d68fae9 100644
|
| --- a/tests/isolate/timer_cancel2_test.dart
|
| +++ b/tests/lib/async/timer_cancel2_test.dart
|
| @@ -5,7 +5,7 @@
|
| library timer_cancel2_test;
|
|
|
| import 'dart:async';
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| +import '../../../pkg/unittest/lib/unittest.dart';
|
|
|
| main() {
|
| // Test that a timeout handler can cancel itself.
|
|
|