Merging 7971:887db7d64bc9 with 7970:21b063622472.
[cacao.git] / tests / InlineExTest.java
index c89ec81c16d6b2fd17179ab1bc22c320671024b3..542673400d8d3e2195ce959fde1edb0f7d88ac52 100644 (file)
@@ -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);
                }