Index: tests/html/localstorage_test.dart |
diff --git a/tests/html/localstorage_test.dart b/tests/html/localstorage_test.dart |
index 570018336b729fd3f2197085133dd038a8062c42..2cfce42153254e710f2122b622791a861abfd8c5 100644 |
--- a/tests/html/localstorage_test.dart |
+++ b/tests/html/localstorage_test.dart |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
#library('LocalStorageTest'); |
-#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'); |
main() { |