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..9d5f4e59cb0454b36fe389f0084f4d8b3eb672d6 100644 |
--- a/pkg/polymer/test/build/static_clean_test.dart |
+++ b/pkg/polymer/test/build/static_clean_test.dart |
@@ -8,4 +8,5 @@ import 'package:polymer/builder.dart'; |
void main() { |
// Check that builder.dart is statically clean. Nothing to do. |
+ print(build); // suppress unused import warning. |
Siggi Cherem (dart-lang)
2014/02/19 21:31:27
fyi - I'm exploring a new pattern in my smoke chan
Jennifer Messerly
2014/02/19 21:40:51
lovely! done
|
} |