| Index: pkg/dev_compiler/test/codegen/lib/html/mirrors_js_typed_interop_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/mirrors_js_typed_interop_test.dart b/pkg/dev_compiler/test/codegen/lib/html/mirrors_js_typed_interop_test.dart
|
| index f4b30a67c1c9e4d300ceffb0dd983c74cf165857..e87729580f6fda102209d3e7e1798b4e77965361 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/mirrors_js_typed_interop_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/mirrors_js_typed_interop_test.dart
|
| @@ -9,8 +9,7 @@ import 'dart:mirrors';
|
| import 'dart:html';
|
|
|
| import 'package:js/js.dart';
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_config.dart';
|
| +import 'package:expect/minitest.dart';
|
|
|
| _injectJs() {
|
| document.body.append(new ScriptElement()
|
| @@ -37,8 +36,6 @@ class Foo {
|
| main() {
|
| _injectJs();
|
|
|
| - useHtmlConfiguration();
|
| -
|
| test('dynamic dispatch', () {
|
| var f = foo;
|
| expect(f.x, 3);
|
|
|