| Index: pkg/dev_compiler/test/codegen/lib/html/cross_frame_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/cross_frame_test.dart b/pkg/dev_compiler/test/codegen/lib/html/cross_frame_test.dart
|
| index 6ef77cf35cace614f3e8be07176a9fa44efdb7c2..bdb0d888d83780fa84fd2579f2b9f946a629dc71 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/cross_frame_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/cross_frame_test.dart
|
| @@ -1,6 +1,6 @@
|
| import 'dart:html';
|
|
|
| -import 'package:minitest/minitest.dart';
|
| +import 'package:expect/minitest.dart';
|
|
|
| main() {
|
| var isWindowBase = predicate((x) => x is WindowBase, 'is a WindowBase');
|
|
|