From 7ceeb1e609598bd89df1c462855625ed266cd154 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Fri, 11 Jan 2008 08:45:47 +0000 Subject: Had to create a test/pending/jvm5 directory. Moved tests that are failing, but no present fixes into pending. --- test/files/run/classof.check | 1 - test/files/run/classof.scala | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 test/files/run/classof.check delete mode 100644 test/files/run/classof.scala (limited to 'test/files/run') diff --git a/test/files/run/classof.check b/test/files/run/classof.check deleted file mode 100644 index e9a8fd6b76..0000000000 --- a/test/files/run/classof.check +++ /dev/null @@ -1 +0,0 @@ -SomeClass diff --git a/test/files/run/classof.scala b/test/files/run/classof.scala deleted file mode 100644 index b547e5c8c3..0000000000 --- a/test/files/run/classof.scala +++ /dev/null @@ -1,8 +0,0 @@ -class SomeClass - -object Test { - def main(args: Array[String]): Unit = { - val cls: Class[SomeClass] = classOf[SomeClass] - Console.println(cls.getName()) - } -} -- cgit v1.2.3