From 64af689e6659ab170826508f37720ee6e54386fa Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 10 Feb 2009 23:46:39 +0000 Subject: moved most of the passing tests from pending to... moved most of the passing tests from pending to files ; reunited inner.scala with inner.check --- test/files/pos/bug1087.scala | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/pos/bug1087.scala (limited to 'test/files/pos/bug1087.scala') diff --git a/test/files/pos/bug1087.scala b/test/files/pos/bug1087.scala new file mode 100644 index 0000000000..19d62116c6 --- /dev/null +++ b/test/files/pos/bug1087.scala @@ -0,0 +1,2 @@ +case class Foo +case class Prd (pred : Char => Boolean) extends Foo -- cgit v1.2.3