| Index: pkg/dev_compiler/test/codegen/lib/html/util.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/util.dart b/pkg/dev_compiler/test/codegen/lib/html/util.dart
|
| index ff35b96a65f04152726b32ca756e06f1b43544e7..0cf55fb167b42f6e01104b66cdc9c85a4b2fa734 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/util.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/util.dart
|
| @@ -5,7 +5,7 @@
|
| library test.html.util;
|
|
|
| import 'dart:html';
|
| -import 'package:minitest/minitest.dart';
|
| +import 'package:expect/minitest.dart';
|
|
|
| void expectEmptyRect(Rectangle rect) {
|
| expect(rect.bottom, 0);
|
|
|