Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: pkg/barback/test/package_graph/errors_test.dart

Issue 187263003: Move Barback to a more thoroughly push-based model. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/barback/lib/src/transform_node.dart ('k') | pkg/barback/test/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « pkg/barback/lib/src/transform_node.dart ('k') | pkg/barback/test/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698