| Index: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_exp_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_exp_test.dart b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_exp_test.dart
|
| index 8fdd50f09c66c3685a9c98cbea1aad30ae4fb15f..9b7462ca48a5712c210c59dd1588398ebe089636 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_exp_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_anonymous_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,8 +25,6 @@ class Literal {
|
| }
|
|
|
| main() {
|
| - useHtmlConfiguration();
|
| -
|
| test('simple', () {
|
| var l = new Literal(x: 3, y: "foo");
|
| expect(l.x, equals(3));
|
|
|