| Index: pkg/matcher/lib/src/future_matchers.dart
|
| diff --git a/pkg/matcher/lib/src/future_matchers.dart b/pkg/matcher/lib/src/future_matchers.dart
|
| index 4c5a391f7b78a4dae7ff989c46b170a7c0040934..f1d7cb8b384d6746078f660a2fc3fba9bfcc1fd2 100644
|
| --- a/pkg/matcher/lib/src/future_matchers.dart
|
| +++ b/pkg/matcher/lib/src/future_matchers.dart
|
| @@ -6,9 +6,9 @@ library matcher.future_matchers;
|
|
|
| import 'dart:async';
|
|
|
| -import 'core_matchers.dart';
|
| import 'expect.dart';
|
| import 'interfaces.dart';
|
| +import 'util.dart';
|
|
|
| /// Matches a [Future] that completes successfully with a value. Note that this
|
| /// creates an asynchronous expectation. The call to `expect()` that includes
|
|
|