From 21f24de326d79515c44f80665f9679410389b1ab Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 30 Apr 2003 09:06:27 +0000 Subject: *** empty log message *** --- test/files/pos/exceptions.scala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/files/pos/exceptions.scala') diff --git a/test/files/pos/exceptions.scala b/test/files/pos/exceptions.scala index 7c376f3aac..c47b0e4785 100644 --- a/test/files/pos/exceptions.scala +++ b/test/files/pos/exceptions.scala @@ -7,7 +7,8 @@ object test { def main(): Unit = { try { try { - error("hi!"); + System.out.println("hi!"); + error("xx"); } finally { System.out.println("ho!") } @@ -18,4 +19,4 @@ object test { } main(); -} \ No newline at end of file +} -- cgit v1.2.3