summaryrefslogtreecommitdiff
path: root/test/files/run/reify_for1.check
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty check files and flags files.Jason Zaugg2013-10-271-0/+0
| | | | for f in $(find test -name '*.check' -o -name '*.flags'); do [[ $(wc -c $f | sed -E 's/ *([0-9]+).*/\1/') == "0" ]] && rm $f; done
* Another test pack for reflectionEugene Burmako2011-12-051-0/+0
Also see https://github.com/scala/scala/pull/25.