summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/test.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-09-01 14:37:53 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-09-01 14:37:53 +0000
commit582753475422403d112bb3b17c19981fb526644a (patch)
treecae1ae3c2e3076d91b72fcfc2a8c0b6c306d8786 /test/files/scalacheck/test.scala
parentfb950eef1591a0ea5c6b566091bded10032204db (diff)
downloadscala-582753475422403d112bb3b17c19981fb526644a.tar.gz
scala-582753475422403d112bb3b17c19981fb526644a.tar.bz2
scala-582753475422403d112bb3b17c19981fb526644a.zip
Added scalacheck tests for parallel collections.
Review by phaller (not urgent).
Diffstat (limited to 'test/files/scalacheck/test.scala')
-rw-r--r--test/files/scalacheck/test.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/scalacheck/test.scala b/test/files/scalacheck/test.scala
new file mode 100644
index 0000000000..f69c7fe211
--- /dev/null
+++ b/test/files/scalacheck/test.scala
@@ -0,0 +1,8 @@
+import org.scalacheck._
+
+
+
+
+
+
+object Test extends Properties("Nothing")