summaryrefslogtreecommitdiff
path: root/test/files/run/repl-exceptions.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removing extraneous files.Paul Phillips2012-05-151-13/+0
| | | | Culling accumulated unnecessary code.
* A couple bits of r25957 lost under time pressure.Paul Phillips2011-11-071-1/+2
| | | | | No review.
* Another round of pleasing the gods of init order.Paul Phillips2011-11-071-1/+1
| | | | | | | Moved all the eagerly evaluated bits to the top of the file so I can see them all at once. Let a dozen vals unroll up front so initialization is more predictable. No review.
* Fix for some repl bitrot.Paul Phillips2011-11-041-0/+12
Exception handling beset by entropy. Restored some order. The output of the test may not be stable across platforms, in which case I'll take the usual step of reverting it, thereby achieving victory over failure by testing nothing instead of testing something. No review.