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 50fd5bd8fdde55a946d5df86e525f1bff211f65a..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 '../../../pkg/unittest/lib/unittest.dart'; |
+import 'package:unittest/unittest.dart'; |
main() { |
// Test that a timeout handler can cancel another. |