| Index: tests/html/canvas_pixel_array_type_alias_test.dart
|
| diff --git a/client/tests/client/html/CanvasPixelArrayTypeAliasTest.dart b/tests/html/canvas_pixel_array_type_alias_test.dart
|
| similarity index 93%
|
| rename from client/tests/client/html/CanvasPixelArrayTypeAliasTest.dart
|
| rename to tests/html/canvas_pixel_array_type_alias_test.dart
|
| index 617f4545f7529caf79aeddd9b8d8260dfffd88ef..cbde431d4cf0243bb758fcee96edc2ba9304fdec 100644
|
| --- a/client/tests/client/html/CanvasPixelArrayTypeAliasTest.dart
|
| +++ b/tests/html/canvas_pixel_array_type_alias_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('CanvasTest');
|
| -#import('../../../../lib/unittest/unittest.dart');
|
| -#import('../../../../lib/unittest/html_config.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../lib/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| // We have aliased the legacy type CanvasPixelArray with the new type
|
|
|