summaryrefslogtreecommitdiff
path: root/test/files/run/t5789.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5789 Use the ReplTest framework in the testJames Iry2012-12-071-20/+7
| | | | | | Don't check for the crashed message, just dump the output from the REPL. Use the ReplTest framework to the make the test clean
* SI-5789 Checks in the right version of the testJames Iry2012-12-071-3/+1
| | | | | | In my other commit I had a version of the test that didn't actually reproduce the problem because it didn't set the optimize flag
* SI-5789 Removes assertion about implclass flag in Mixin.scalaJames Iry2012-12-071-0/+29
The assertion that the class being mixed from should be an implclass seems reasonable, but the flag isn't always set. In order to stop the bleeding this fix turns the assertion into a debug warning. Issue SI-6782 will track figuring out the root cause of the missing flag.