From 60e78ebb8c4767b197da1b06e90f0e4e9edb7798 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 12 Oct 2004 09:28:42 +0000 Subject: - [MSIL] Removed call to printStackTrace() in o... - [MSIL] Removed call to printStackTrace() in order to compile without modifications for .NET --- test/files/run/bridges.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/files/run/bridges.scala') diff --git a/test/files/run/bridges.scala b/test/files/run/bridges.scala index 91fd277f57..ce76ae33b5 100644 --- a/test/files/run/bridges.scala +++ b/test/files/run/bridges.scala @@ -3592,8 +3592,7 @@ object Test { } } catch { case exception => { - System.out.print(name + " raised exception "); - exception.printStackTrace(); + System.out.print(name + " raised exception " + exception); System.out.println(); errors = errors + 1; } -- cgit v1.2.3