| Index: pkg/unittest/lib/src/future_matchers.dart
|
| diff --git a/pkg/unittest/lib/src/future_matchers.dart b/pkg/unittest/lib/src/future_matchers.dart
|
| index c9e2742ec5ba737e58dff5f6360dd4238cb5bbcf..c1156ed5998653b0bf1e84c19c9d6f4f34b53b36 100644
|
| --- a/pkg/unittest/lib/src/future_matchers.dart
|
| +++ b/pkg/unittest/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 matcher;
|
| +part of unittest.matcher;
|
|
|
| /**
|
| * Matches a [Future] that completes successfully with a value. Note that this
|
|
|