| 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 9b7462ca48a5712c210c59dd1588398ebe089636..12af29e7a296ceb82f1afabec6464dc02a93629b 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,7 +13,7 @@ import 'dart:html';
|
| import 'dart:js' as js;
|
|
|
| import 'package:js/js.dart';
|
| -import 'package:minitest/minitest.dart';
|
| +import 'package:expect/minitest.dart';
|
|
|
| @JS() @anonymous
|
| class Literal {
|
|
|