From 1dbc00126bf0e660b0286ac247271549158bcb65 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 19 Jan 2004 09:25:20 +0000 Subject: - Moved test/pos test/neg and test/new into tes... - Moved test/pos test/neg and test/new into test/files --- test/pos/bug20.scala | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/pos/bug20.scala (limited to 'test/pos/bug20.scala') diff --git a/test/pos/bug20.scala b/test/pos/bug20.scala deleted file mode 100644 index bdf33ef20d..0000000000 --- a/test/pos/bug20.scala +++ /dev/null @@ -1,8 +0,0 @@ -object Exceptions { - - class CubeException(s: String) extends java.lang.RuntimeException(s); - - def main(args: Array[String]) = - System.out.println(new CubeException("test")); - -} -- cgit v1.2.3