summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/eqeq.scala
Commit message (Collapse)AuthorAgeFilesLines
* Enabled scalacheck tests.Paul Phillips2010-03-011-6/+26
| | | | | | | | what must be legacy scalatest.* properties to partest.*, boldly assuming that the fact that partest is pretty much unusable outside of scalac means there are no users outside of scalac who might be disrupted by eliminating old property names. Review by community.
* Updated scalacheck jar to current trunk.Paul Phillips2010-02-241-0/+17
not being used. Updated partest with a --scalacheck option. Added scalacheck tests to the ant build target. Still struggling with ant/partest/classpaths so it's not on by default yet, but at least ./partest --scalacheck works. We... will... use... scalacheck. And we will like it! No review.