Index: tests/html/hidden_dom_2_test.dart |
diff --git a/tests/html/hidden_dom_2_test.dart b/tests/html/hidden_dom_2_test.dart |
index 1c1bad5449f84780e444d837334645199263bd29..e8abc4eee6192db3aeb01a7d882ff5d52857ff4e 100644 |
--- a/tests/html/hidden_dom_2_test.dart |
+++ b/tests/html/hidden_dom_2_test.dart |
@@ -1,6 +1,6 @@ |
library HiddenDom2Test; |
-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'; |
// Test that the dart:html API does not leak native jsdom methods: |