From a6e24444781bd5d1d492b2f914177126df2884b1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 7 Mar 2003 14:56:14 +0000 Subject: *** empty log message *** --- test/files/pos/exceptions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos') diff --git a/test/files/pos/exceptions.scala b/test/files/pos/exceptions.scala index 50d84d3d30..dc7f730f0d 100644 --- a/test/files/pos/exceptions.scala +++ b/test/files/pos/exceptions.scala @@ -7,7 +7,7 @@ module test { def main(): Unit { try { try { - error[Unit]("hi!"); + error("hi!"); } finally { System.out.println("ho!") } -- cgit v1.2.3