Index: tests/html/xsltprocessor_test.dart |
diff --git a/tests/html/xsltprocessor_test.dart b/tests/html/xsltprocessor_test.dart |
index 48d7b10ded8d83d480b33d893994428a244b2452..b645d816fed3950bf72ddb324711ddf82195f576 100644 |
--- a/tests/html/xsltprocessor_test.dart |
+++ b/tests/html/xsltprocessor_test.dart |
@@ -1,6 +1,6 @@ |
library XSLTProcessorTest; |
-import '../../pkg/unittest/lib/unittest.dart'; |
-import '../../pkg/unittest/lib/html_individual_config.dart'; |
+import 'package:unittest/unittest.dart'; |
+import 'package:unittest/html_individual_config.dart'; |
import 'dart:html'; |
main() { |