Index: tests/html/shadowroot_test.dart |
diff --git a/tests/html/shadowroot_test.dart b/tests/html/shadowroot_test.dart |
index 04e0b5e2c8ad92ed5930fda1264273166de3dd35..c3ac8d9509087f7ee612cc0e1f3b041276b8bed3 100644 |
--- a/tests/html/shadowroot_test.dart |
+++ b/tests/html/shadowroot_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
library ShadowRootTest; |
-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() { |