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

Unified Diff: pkg/barback/test/transformer/create_asset.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: fix script_compactor Created 6 years, 8 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/create_asset.dart
diff --git a/pkg/barback/test/transformer/create_asset.dart b/pkg/barback/test/transformer/create_asset.dart
index 9e8951624818ba1a09570174bc4ce062dbc24935..5db8940fd7226c45615858c098edaf557084e1aa 100644
--- a/pkg/barback/test/transformer/create_asset.dart
+++ b/pkg/barback/test/transformer/create_asset.dart
@@ -17,7 +17,7 @@ class CreateAssetTransformer extends MockTransformer {
CreateAssetTransformer(this.output);
- Future<bool> doIsPrimary(Asset asset) => new Future.value(true);
+ Future<bool> doIsPrimary(_) => new Future.value(true);
Future doApply(Transform transform) {
return newFuture(() {
« no previous file with comments | « pkg/barback/test/transformer/check_content_and_rename.dart ('k') | pkg/barback/test/transformer/emit_nothing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698