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 3a3535759968834926ece67a8c5776174b8e1bb9..cee9bb29b94bd52e85c9c176f920a1cb2f38efcc 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:unittest/unittest.dart'; |
+import 'package:test/test.dart'; |
main() { |
// Test that a timeout handler can cancel another. |