| Index: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_test.dart | 
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_test.dart b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_test.dart | 
| index c4836c8f42b6833602c3ad2a7b252091254a43d6..a09b9fd30dd502f142ad0dfc4cac8acde5ca1d66 100644 | 
| --- a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_test.dart | 
| +++ b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_test.dart | 
| @@ -9,8 +9,7 @@ import 'dart:html'; | 
| import 'dart:js' as js; | 
|  | 
| import 'package:js/js.dart'; | 
| -import 'package:unittest/unittest.dart'; | 
| -import 'package:unittest/html_config.dart'; | 
| +import 'package:minitest/minitest.dart'; | 
|  | 
| @JS() @anonymous | 
| class Literal { | 
| @@ -22,8 +21,6 @@ class Literal { | 
| } | 
|  | 
| main() { | 
| -  useHtmlConfiguration(); | 
| - | 
| test('simple', () { | 
| var l = new Literal(x: 3, y: "foo"); | 
| expect(l.x, equals(3)); | 
|  |