Index: pkg/polymer/test/build/static_clean_test.dart |
diff --git a/pkg/polymer/test/build/static_clean_test.dart b/pkg/polymer/test/build/static_clean_test.dart |
index 410fc51aa9c7ca1051e94c38125c478169d77267..2fa62a9120f5cfa5efa6a4253e63f70014e8fb83 100644 |
--- a/pkg/polymer/test/build/static_clean_test.dart |
+++ b/pkg/polymer/test/build/static_clean_test.dart |
@@ -6,6 +6,8 @@ library polymer.test.build.static_clean_test; |
import 'package:polymer/builder.dart'; |
+_unused() => build; |
+ |
void main() { |
// Check that builder.dart is statically clean. Nothing to do. |
} |