]> source.dussan.org Git - aspectj.git/commitdiff
New compiler gives additional error message on 1.3 vm that makes this test fail.
authoracolyer <acolyer>
Mon, 17 Jan 2005 14:30:24 +0000 (14:30 +0000)
committeracolyer <acolyer>
Mon, 17 Jan 2005 14:30:24 +0000 (14:30 +0000)
tests/bugs/MissingImport.java

index c70129e5095c52b3e155fa54e1b3eb9cb99403e2..f5d8bd9cb94d1ab9c04e995b4ea95218551c6a84 100644 (file)
@@ -13,7 +13,7 @@ public aspect MissingImport {
                        } catch (InvocationTargetException e) {  // expect CE
                                 throw new RuntimeException("framework error in throwing test exception ", e);
                        } catch (IllegalAccessException e) {
-                                throw new RuntimeException("framework error in throwing test exception ", e);
+                                throw new RuntimeException("framework error in throwing test exception (IllegalAccess)");
                        }
                return null;
        }