| Index: pkg/dev_compiler/test/codegen/lib/html/htmlcollection_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/htmlcollection_test.dart b/pkg/dev_compiler/test/codegen/lib/html/htmlcollection_test.dart
|
| index b04f38925f89c29928945b3058c07f27f3f07e3e..4496106e07e48342cafca2799fe6b6c96d145f12 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/htmlcollection_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/htmlcollection_test.dart
|
| @@ -1,6 +1,6 @@
|
| import 'dart:html';
|
|
|
| -import 'package:minitest/minitest.dart';
|
| +import 'package:expect/minitest.dart';
|
|
|
| bool isChecked(Element e) => (e as CheckboxInputElement).checked;
|
| bool isUnchecked(Element e) => !(e as CheckboxInputElement).checked;
|
|
|