Added test for PR131.
[cacao.git] / tests / InlineExTest.java
index 46fc543337cd624f2f37551f982564d7bca3202f..542673400d8d3e2195ce959fde1edb0f7d88ac52 100644 (file)
@@ -13,6 +13,8 @@ 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);
                }
                System.out.println("SHOULD NOT BE REACHED");