From e2934204bbd5244ef259429846760adf994519c6 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 13 Jul 2012 12:29:34 -0700 Subject: Moved two tests to preserve path uniqueness. Can't have a pos/foo.scala and a pos/foo/ test simultaneously. --- test/files/pos/t1203.scala | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/files/pos/t1203.scala (limited to 'test/files/pos/t1203.scala') diff --git a/test/files/pos/t1203.scala b/test/files/pos/t1203.scala deleted file mode 100644 index 062ef93fc6..0000000000 --- a/test/files/pos/t1203.scala +++ /dev/null @@ -1,7 +0,0 @@ -case class ant(t: String) extends scala.annotation.Annotation -object Test { - def main(args: Array[String]): Unit = { - val a: scala.xml.NodeSeq @ant("12") = Nil - println(a) - } -} -- cgit v1.2.3