| Index: tests/lib/async/timer_cancel1_test.dart
|
| diff --git a/tests/lib/async/timer_cancel1_test.dart b/tests/lib/async/timer_cancel1_test.dart
|
| index cee9bb29b94bd52e85c9c176f920a1cb2f38efcc..3a3535759968834926ece67a8c5776174b8e1bb9 100644
|
| --- a/tests/lib/async/timer_cancel1_test.dart
|
| +++ b/tests/lib/async/timer_cancel1_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library timer_cancel1_test;
|
| import 'dart:async';
|
| -import 'package:test/test.dart';
|
| +import 'package:unittest/unittest.dart';
|
|
|
| main() {
|
| // Test that a timeout handler can cancel another.
|
|
|