Index: tests/html/htmlcollection_test.dart |
diff --git a/tests/html/htmlcollection_test.dart b/tests/html/htmlcollection_test.dart |
index 2823dcfab692f15d4130faf5113366767b91487c..8b5c1ca784cf93645b8667576b4f055721ac1765 100644 |
--- a/tests/html/htmlcollection_test.dart |
+++ b/tests/html/htmlcollection_test.dart |
@@ -1,6 +1,6 @@ |
#library('ElementListTest'); |
-#import('../../pkg/unittest/unittest.dart'); |
-#import('../../pkg/unittest/html_config.dart'); |
+#import('../../pkg/unittest/lib/unittest.dart'); |
+#import('../../pkg/unittest/lib/html_config.dart'); |
#import('dart:html'); |
// Test that ElementList implements List<T> |