| Index: pkg/dev_compiler/test/codegen/lib/html/canvas_pixel_array_type_alias_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/canvas_pixel_array_type_alias_test.dart b/pkg/dev_compiler/test/codegen/lib/html/canvas_pixel_array_type_alias_test.dart
|
| index 9e9111e4f74e83476f14835b4d3ba34e4c310030..1bb2006c9ef6fec9caabd01377fb617e55709252 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/canvas_pixel_array_type_alias_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/canvas_pixel_array_type_alias_test.dart
|
| @@ -5,7 +5,7 @@
|
| import 'dart:html';
|
| import 'dart:typed_data';
|
|
|
| -import 'package:minitest/minitest.dart';
|
| +import 'package:expect/minitest.dart';
|
|
|
| // We have aliased the legacy type CanvasPixelArray with the new type
|
| // Uint8ClampedArray by mapping the CanvasPixelArray type tag to
|
|
|