Index: client/tests/client/dom/HTMLCollectionTest.dart |
=================================================================== |
--- client/tests/client/dom/HTMLCollectionTest.dart (revision 5951) |
+++ client/tests/client/dom/HTMLCollectionTest.dart (working copy) |
@@ -1,5 +1,5 @@ |
#library('HTMLCollectionTest'); |
-#import('../../../testing/unittest/unittest_dom.dart'); |
+#import('../../../../lib/unittest/unittest_dom.dart'); |
#import('dart:dom'); |
// Test that HTMLCollection implements List<T> |