X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tests%2FInlineExTest.java;h=542673400d8d3e2195ce959fde1edb0f7d88ac52;hb=03349a3953e0f217d686d88b99fa176509a27559;hp=c89ec81c16d6b2fd17179ab1bc22c320671024b3;hpb=c0aafa761ce099512c6b4899bc9e835c0c134a04;p=cacao.git diff --git a/tests/InlineExTest.java b/tests/InlineExTest.java index c89ec81c1..542673400 100644 --- a/tests/InlineExTest.java +++ b/tests/InlineExTest.java @@ -13,6 +13,7 @@ public class InlineExTest { System.out.println("ERROR EXCEPTION EXPECTED"); } catch (Exception e) { System.out.println(e); + e.printStackTrace(); System.out.println("End of outer exception handler"); System.exit(0); }