| Index: lib/src/frontend/future_matchers.dart
|
| diff --git a/lib/src/frontend/future_matchers.dart b/lib/src/frontend/future_matchers.dart
|
| index 3a4b6248ab08f8ab61a6b3862026e4a5cfe555d2..129a9959ccb1c162d34349f74f379ef660982823 100644
|
| --- a/lib/src/frontend/future_matchers.dart
|
| +++ b/lib/src/frontend/future_matchers.dart
|
| @@ -9,7 +9,6 @@ import 'dart:async';
|
| import 'package:matcher/matcher.dart' hide throws, throwsA, expect, fail;
|
|
|
| import '../backend/invoker.dart';
|
| -import '../utils.dart';
|
| import 'expect.dart';
|
|
|
| /// Matches a [Future] that completes successfully with a value.
|
|
|