summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/testdir/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalacheck/testdir/test.scala')
-rw-r--r--test/files/scalacheck/testdir/test.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/files/scalacheck/testdir/test.scala b/test/files/scalacheck/testdir/test.scala
deleted file mode 100644
index d5a5056137..0000000000
--- a/test/files/scalacheck/testdir/test.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-import org.scalacheck._
-
-
-
-
-
-
-object Test extends Properties("Nothing") {
- val d = Dependency.v
-}