Index: tests/html/hidden_dom_1_test.dart |
diff --git a/tests/html/hidden_dom_1_test.dart b/tests/html/hidden_dom_1_test.dart |
index b2a51bdf65a3e2663e39c9a2cc79f9aa036bdb59..120136b5a3da6069887ad8d67cd68acb304979d3 100644 |
--- a/tests/html/hidden_dom_1_test.dart |
+++ b/tests/html/hidden_dom_1_test.dart |
@@ -1,6 +1,6 @@ |
library HiddenDom1Test; |
-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: |