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

Unified Diff: pkg/barback/test/package_graph/transform/pass_through_test.dart

Issue 223553008: Only pass an AssetId to isPrimary and declareOutputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixes Created 6 years, 9 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
Index: pkg/barback/test/package_graph/transform/pass_through_test.dart
diff --git a/pkg/barback/test/package_graph/transform/pass_through_test.dart b/pkg/barback/test/package_graph/transform/pass_through_test.dart
index eb90418385fd1d0b89e218f5253f261f46f2840a..262e33f4bf93ac5838fd8e5fb8635427334d4f9d 100644
--- a/pkg/barback/test/package_graph/transform/pass_through_test.dart
+++ b/pkg/barback/test/package_graph/transform/pass_through_test.dart
@@ -246,7 +246,7 @@ main() {
manyToOne.pauseApply();
updateSources(["app|bar.in"]);
- expectAssetDoesNotComplete("app|foo.txt");
+ //expectAssetDoesNotComplete("app|foo.txt");
Bob Nystrom 2014/04/03 22:28:29 ?
nweiz 2014/04/03 23:03:50 Leftover from debugging, removed.
manyToOne.resumeApply();
expectAsset("app|foo.txt", "bar.in");

Powered by Google App Engine
This is Rietveld 408576698