| Index: pkg/matcher/lib/src/future_matchers.dart
|
| diff --git a/pkg/unittest/lib/src/future_matchers.dart b/pkg/matcher/lib/src/future_matchers.dart
|
| similarity index 98%
|
| copy from pkg/unittest/lib/src/future_matchers.dart
|
| copy to pkg/matcher/lib/src/future_matchers.dart
|
| index c1156ed5998653b0bf1e84c19c9d6f4f34b53b36..c9e2742ec5ba737e58dff5f6360dd4238cb5bbcf 100644
|
| --- a/pkg/unittest/lib/src/future_matchers.dart
|
| +++ b/pkg/matcher/lib/src/future_matchers.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of unittest.matcher;
|
| +part of matcher;
|
|
|
| /**
|
| * Matches a [Future] that completes successfully with a value. Note that this
|
|
|