summaryrefslogtreecommitdiff
path: root/test/files/run/t3425b
Commit message (Collapse)AuthorAgeFilesLines
* SI-7564 Fix detection of reflective calls on AvianSimon Ochsenreither2013-06-081-1/+1
| | | | | | | | | | | Base_1.scala checks whether reflection was used by inspecting the stacktrace and looking for “java.lang.reflect.”. The stacktrace looks differently on Avian and therefore the test fails. This change looks for “sun.reflect.” instead, which seems to work on OpenJDK and Avian.
* Added another test.Paul Phillips2013-05-212-0/+975
Probably overshot the mark a little.