summaryrefslogtreecommitdiff
path: root/test/pending/run/t0947.scala
Commit message (Collapse)AuthorAgeFilesLines
* Another batch of busywork shuffling the content...Paul Phillips2010-10-041-8/+0
| | | | | | Another batch of busywork shuffling the contents of pending around. Can almost see some daylight. No review.
* Sorting through the tests in pending from oldes...Paul Phillips2010-10-021-2/+2
| | | | | | | | | | | | | | | | | Sorting through the tests in pending from oldest to newest because I don't believe in having useless appendages. The verdict on the oldest fifteen tests is: 15/15 are fixed. Many were already in files under a different name. I moved a few and deleted the rest. Fun fact of the day: apparently there was a time when to call into java varargs with no arguments you might have to write something like: getClass().getMethod("getCount", Array[java.lang.Class[T] forSome { type T }]()) On this basis I retract any complaints I've ever had about anything. There is one question mark outlined in pos/testCoercionThis.scala, a file formerly called pos/moors.scala and therefore... review by moors.
* Tried adding a test for t0947, but I can't seem...Geoffrey Washburn2008-05-251-0/+8
Tried adding a test for t0947, but I can't seem to make the program cooperate with scalatest.