| Index: pkg/barback/test/package_graph/errors_test.dart
|
| diff --git a/pkg/barback/test/package_graph/errors_test.dart b/pkg/barback/test/package_graph/errors_test.dart
|
| index 8c74991309f451fed7b20cadc0fadbf0d584278a..417e82449d3120dd76dc68a11fcbd83ccc40912b 100644
|
| --- a/pkg/barback/test/package_graph/errors_test.dart
|
| +++ b/pkg/barback/test/package_graph/errors_test.dart
|
| @@ -268,7 +268,10 @@ main() {
|
| rewrite2.resumeApply();
|
| schedule(pumpEventQueue);
|
| rewrite3.resumeApply();
|
| - buildShouldFail([isAssetCollisionException("app|foo.out")]);
|
| + buildShouldFail([
|
| + isAssetCollisionException("app|foo.out"),
|
| + isAssetCollisionException("app|foo.out")
|
| + ]);
|
|
|
| // Then update rewrite3 in a separate build. rewrite2 should still be the
|
| // next version of foo.out in line.
|
|
|