summaryrefslogtreecommitdiffstats
path: root/test/StaticsFromCode
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* Fixed test for static final fields that don't use <clinit>.jeffhao2011-09-291-0/+9
Static final fields that are initialized by a compile-time constant expression are replaced by copies of the constant value. This is done by the compiler, and the dex file format passes it on. Change-Id: I19c9b63508a4632ac32b8b877f33d68bfb3b054b