| Index: pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
|
| index 69a07569e29c01fa2c176a2823abbd9e56d57a88..18bf3446c0dabb173378f61f7a7b0591e31a751f 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/js_typed_interop_default_arg_test.dart
|
| @@ -7,10 +7,8 @@ library js_typed_interop_test;
|
|
|
| import 'dart:html';
|
|
|
| -import 'package:expect/expect.dart' show NoInline;
|
| import 'package:js/js.dart';
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_config.dart';
|
| +import 'package:minitest/minitest.dart';
|
|
|
| _injectJs() {
|
| document.body.append(new ScriptElement()
|
| @@ -34,7 +32,6 @@ class Foo {
|
|
|
| main() {
|
| _injectJs();
|
| - useHtmlConfiguration();
|
|
|
| test('call directly from dart', () {
|
| expect(Foo.get42(2), 2);
|
|
|