Index: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous2_test.dart |
diff --git a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous2_test.dart b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous2_test.dart |
index 449269e5adc2f3561971775e8834fbf228cfa0ba..0f1212183e2bf7586033fe17b8239e511a1cf3cf 100644 |
--- a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous2_test.dart |
+++ b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous2_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 A { |
@@ -38,8 +37,6 @@ class D { |
} |
main() { |
- useHtmlConfiguration(); |
- |
test('simple', () { |
var b = new B(); |
var a = new A(b: b); |