From b090accba15e71ac0c4823d1aa604b6beaadb335 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Tue, 5 Oct 2010 08:06:12 +0000 Subject: 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. --- test/files/scalacheck/testdir/dep.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/scalacheck/testdir/dep.scala (limited to 'test/files/scalacheck/testdir/dep.scala') diff --git a/test/files/scalacheck/testdir/dep.scala b/test/files/scalacheck/testdir/dep.scala new file mode 100644 index 0000000000..ab167cbc8b --- /dev/null +++ b/test/files/scalacheck/testdir/dep.scala @@ -0,0 +1,7 @@ + + + + +object Dependency { + val v = 1 +} -- cgit v1.2.3