| Index: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_exp_test.dart b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| index 77540124f65c8198c53f4283643b6869ffa65e58..3a014c12c094b471a0a9169ff8e795236fd7288b 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_unreachable_exp_test.dart
|
| @@ -13,8 +13,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 {
|
| @@ -26,7 +25,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
|
|
|