Index: tests/html/canvas_pixel_array_type_alias_test.dart |
diff --git a/tests/html/canvas_pixel_array_type_alias_test.dart b/tests/html/canvas_pixel_array_type_alias_test.dart |
index b1ac2ad0d99113d49ab1a470f52a3ecc91dc7b37..eaffa9f82c183883cff2a8ecda787ea5fa784dc2 100644 |
--- a/tests/html/canvas_pixel_array_type_alias_test.dart |
+++ b/tests/html/canvas_pixel_array_type_alias_test.dart |
@@ -1,6 +1,6 @@ |
#library('CanvasTest'); |
-#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'); |
// We have aliased the legacy type CanvasPixelArray with the new type |