summaryrefslogtreecommitdiff
path: root/test/files/run/bug3376.scala
Commit message (Collapse)AuthorAgeFilesLines
* Break 9 tests, fix 9 tests, realize you broke t...Paul Phillips2011-02-281-6/+3
| | | | | | | Break 9 tests, fix 9 tests, realize you broke the test you checked in between +9 and -9. Fix that and generalize the repl tests a little. I think we're all the way there. No review.
* After discovering #3376 was fixed I gave in and...Paul Phillips2011-02-041-0/+16
After discovering #3376 was fixed I gave in and tried to write a test. Now that the fiddling is over you can write repl tests without creating 5000 streams and settings. Look at test/files/run/bug3376.scala or jvm/interpreter.scala to see. Test case closes #3376, no review.