Index: tests/lib/async/timer_cancel2_test.dart |
diff --git a/tests/lib/async/timer_cancel2_test.dart b/tests/lib/async/timer_cancel2_test.dart |
index 35a2586dc1994c8d3f57fd4e8f7f8a0756531ccd..6e8edd34c1c8c234bc21e30da470bc4b57168426 100644 |
--- a/tests/lib/async/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 'package:unittest/unittest.dart'; |
main() { |
// Test that a timeout handler can cancel itself. |