| Index: third_party/pkg/barback-0.13.0/test/transformer/check_content.dart
|
| diff --git a/pkg/barback/test/transformer/check_content.dart b/third_party/pkg/barback-0.13.0/test/transformer/check_content.dart
|
| similarity index 93%
|
| copy from pkg/barback/test/transformer/check_content.dart
|
| copy to third_party/pkg/barback-0.13.0/test/transformer/check_content.dart
|
| index d9cecfabac6d1f24f20fffd7feb4c45ccd9d3725..0696c72c9480aaac12082de39862e85c773f8e25 100644
|
| --- a/pkg/barback/test/transformer/check_content.dart
|
| +++ b/third_party/pkg/barback-0.13.0/test/transformer/check_content.dart
|
| @@ -17,7 +17,7 @@ class CheckContentTransformer extends MockTransformer {
|
|
|
| CheckContentTransformer(this.content, this.addition);
|
|
|
| - bool doIsPrimary(AssetId id) => true;
|
| + Future<bool> doIsPrimary(AssetId id) => new Future.value(true);
|
|
|
| Future doApply(Transform transform) {
|
| return getPrimary(transform).then((primary) {
|
|
|