summaryrefslogtreecommitdiff
path: root/test/files/run/t6669.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6669 Add . to the default scalap classpathJames Iry2013-01-301-0/+26
The default classpath for scalap did not include '.' which made it behave differently from javap in an annoying way. This commit adds it to the default. Also included is a test to make sure it's in the default but does not corrupt a user specified classpath.