From 3e27d741d1e8926c6d9623d459ea1de034cd8ac4 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 7 Mar 2006 15:32:40 +0000 Subject: print stack trace on exception --- test/files/run/enums.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/files/run/enums.scala b/test/files/run/enums.scala index 2332fb87d4..1fd7dfb6c4 100644 --- a/test/files/run/enums.scala +++ b/test/files/run/enums.scala @@ -64,6 +64,7 @@ object Test { } catch { case exception: Throwable => { Console.print(" raised exception " + exception); + exception.printStackTrace(); } } Console.println; -- cgit v1.2.3