Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: pkg/dev_compiler/test/codegen/lib/html/canvas_pixel_array_type_alias_test.dart

Issue 2416853003: Move minitest.dart into the expect package. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « pkg/dev_compiler/test/codegen/lib/html/cache_test.dart ('k') | pkg/dev_compiler/test/codegen/lib/html/cdata_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698