summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/testdir/test.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-05 08:06:12 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-05 08:06:12 +0000
commitb090accba15e71ac0c4823d1aa604b6beaadb335 (patch)
treede80388f125300329aa6dfbffedcf3dbb0ff1ca0 /test/files/scalacheck/testdir/test.scala
parentc1f8dbca52899f87128ece2f5d137fb91206ede7 (diff)
downloadscala-b090accba15e71ac0c4823d1aa604b6beaadb335.tar.gz
scala-b090accba15e71ac0c4823d1aa604b6beaadb335.tar.bz2
scala-b090accba15e71ac0c4823d1aa604b6beaadb335.zip
An issue with scalacheck and actors where an ex...
An issue with scalacheck and actors where an excess of thread pools gets created - tmp fix. No review.
Diffstat (limited to 'test/files/scalacheck/testdir/test.scala')
-rw-r--r--test/files/scalacheck/testdir/test.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/scalacheck/testdir/test.scala b/test/files/scalacheck/testdir/test.scala
new file mode 100644
index 0000000000..d5a5056137
--- /dev/null
+++ b/test/files/scalacheck/testdir/test.scala
@@ -0,0 +1,10 @@
+import org.scalacheck._
+
+
+
+
+
+
+object Test extends Properties("Nothing") {
+ val d = Dependency.v
+}