Index: tests/html/cross_frame_test.dart |
diff --git a/tests/html/cross_frame_test.dart b/tests/html/cross_frame_test.dart |
index cc852f8831db17248236590292d2df2caa3d2469..b5a37f6c3672fe709cb3a513024b4742c77a15ea 100644 |
--- a/tests/html/cross_frame_test.dart |
+++ b/tests/html/cross_frame_test.dart |
@@ -1,6 +1,6 @@ |
library CrossFrameTest; |
-import '../../pkg/unittest/lib/unittest.dart'; |
-import '../../pkg/unittest/lib/html_config.dart'; |
+import 'package:unittest/unittest.dart'; |
+import 'package:unittest/html_config.dart'; |
import 'dart:html'; |
main() { |