summaryrefslogtreecommitdiff
path: root/test/120-hashcode/src/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* Tests: never use System.errKevin Brodsky2017-06-021-1/+1
| | | | | | | | | | | | Always print stack traces to System.out, and replace all System.err.println()'s with System.out.println(). Follow-up of https://android-review.googlesource.com/#/c/187020/ and https://android-review.googlesource.com/#/c/407032/. Test: m test-art-host m test-art-target Change-Id: I9ab9cd955a8db25b2ec6673790e5bc924f62c88a
* Add test for hashCode and System.identityHashCode.Mathieu Chartier2014-09-081-0/+40
Change-Id: I325e95c23bda05bc9babff428111bb8d21f7f2d4