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

Unified Diff: pkg/barback/test/transformer/bad_log.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/transformer/bad_log.dart
diff --git a/pkg/barback/test/transformer/bad_log.dart b/pkg/barback/test/transformer/bad_log.dart
index 9e49f8b1e8e6513c14ca399465061ca14c9a9232..c81bcd8fb0467dff83569eaefbde593dab718f75 100644
--- a/pkg/barback/test/transformer/bad_log.dart
+++ b/pkg/barback/test/transformer/bad_log.dart
@@ -19,7 +19,7 @@ class BadLogTransformer extends MockTransformer {
BadLogTransformer(this.outputs);
- Future<bool> doIsPrimary(Asset asset) => new Future.value(true);
+ Future<bool> doIsPrimary(_) => new Future.value(true);
Future doApply(Transform transform) {
return newFuture(() {

Powered by Google App Engine
This is Rietveld 408576698