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

Unified Diff: pkg/code_transformers/test/entry_point_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: 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
« no previous file with comments | « pkg/code_transformers/test/assets_test.dart ('k') | pkg/code_transformers/test/resolver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/code_transformers/test/entry_point_test.dart
diff --git a/pkg/code_transformers/test/entry_point_test.dart b/pkg/code_transformers/test/entry_point_test.dart
index f26e9c7eedb61492b8544f597b453efee18197e2..20b354a4e7e203903b678d0b2fd4ba199dcbdea7 100644
--- a/pkg/code_transformers/test/entry_point_test.dart
+++ b/pkg/code_transformers/test/entry_point_test.dart
@@ -98,8 +98,6 @@ class Validator extends Transformer {
Validator(this.validation);
- Future<bool> isPrimary(Asset input) => new Future.value(true);
-
Future apply(Transform transform) {
return new Future.value(validation(transform));
}
« no previous file with comments | « pkg/code_transformers/test/assets_test.dart ('k') | pkg/code_transformers/test/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698