summaryrefslogtreecommitdiff
path: root/test/files/run/existentials-in-compiler.scala
Commit message (Collapse)AuthorAgeFilesLines
* Testing compiler asSeenFrom directly.Paul Phillips2012-03-161-1/+1
| | | | | | | It's more of a "dump what it says to a file so we'll know if any of this ever changes" than a "test" per se. It could use some wheat/chaff/nonsense/sense sorting. Still, it would be great to have more stuff like this.
* Existential printing, plus more compiler testing infrastructure.Paul Phillips2012-02-131-0/+83
Direct compiler internals testing. It's really easy, you should probably use it about 1000 times each. Look at the test: run/existentials-in-compiler.scala The checkfile contains the (string representations of the) actual existentials from the compiler to make sure they correspond properly to the ones in the source. Existentials were being printed with wildcards too freely; this has been tightened up.