Index: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_test.dart |
diff --git a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_test.dart b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_test.dart |
index bbd97f047ec8b51df47795c244346055abe960f5..017f5e1e028196a9893068ae06bf26d92bc157b3 100644 |
--- a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_test.dart |
+++ b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_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,7 +21,6 @@ class Literal { |
} |
main() { |
- useHtmlConfiguration(); |
test('nothing to do', () { |
// This test is empty, but it is a regression for Issue# 24974: dartjs |
// would crash trying to compile code that used @anonymous and that was |