diff --git a/samples/com/jacob/samples/test/test.java b/samples/com/jacob/samples/test/test.java index 59c5d65..88e3155 100644 --- a/samples/com/jacob/samples/test/test.java +++ b/samples/com/jacob/samples/test/test.java @@ -266,6 +266,7 @@ class test printArray(bback); try { + System.out.println("Should see a com exception right after this line..."); // this should throw ComException bba2.fromCharArray(new char[] {'a'}); } catch (Exception e) {