| Index: pkg/dev_compiler/test/codegen/lib/html/wrapping_collections_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/wrapping_collections_test.dart b/pkg/dev_compiler/test/codegen/lib/html/wrapping_collections_test.dart
|
| index 218d255b46a456c3a602f3c65e6abe651f9a30c7..0d4fa1f5a72120736cfb9bd14de51f1a8c35c751 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/wrapping_collections_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/wrapping_collections_test.dart
|
| @@ -1,10 +1,8 @@
|
| -library wrapping_collection_test;
|
| -
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:js' as js;
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_config.dart';
|
| +
|
| +import 'package:expect/minitest.dart';
|
|
|
| /// Test that if we access objects through JS-interop we get the
|
| /// appropriate objects, even if dart:html maps them.
|
|
|