From 432ea8895bac4854ff341ada68f8f58349b6b150 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Mon, 30 Jan 2006 15:04:26 +0000 Subject: Removed justthrow test file, as this case is co... Removed justthrow test file, as this case is covered now in try-2.scala. --- test/files/run/justthrow.check | 1 - test/files/run/justthrow.scala | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 test/files/run/justthrow.check delete mode 100644 test/files/run/justthrow.scala (limited to 'test') diff --git a/test/files/run/justthrow.check b/test/files/run/justthrow.check deleted file mode 100644 index fb28403fcb..0000000000 --- a/test/files/run/justthrow.check +++ /dev/null @@ -1 +0,0 @@ -exception happened diff --git a/test/files/run/justthrow.scala b/test/files/run/justthrow.scala deleted file mode 100644 index 0ff5b54e71..0000000000 --- a/test/files/run/justthrow.scala +++ /dev/null @@ -1,10 +0,0 @@ -object Test { - def main(args:Array[String]): Unit = { - try { - throw new Error(); - } - catch { - case _ => Console.println("exception happened\n"); - } - } -} -- cgit v1.2.3