diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 6fd1413fa..388fafac6 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5814,5 +5814,18 @@ <compile files="p1/C.java,p2/A2.java" options="-source14"/> <run class="p2.A2" vm="1.4"/> </ajc-test> + + <ajc-test dir="new" pr="36736" + title="implemented abstract pointcut"> + <compile files="AbstractImplementedPointcut.java"> + <message kind="error" line="14"/> + </compile> + </ajc-test> + + <ajc-test dir="new/verifyError" pr="36673" + title="privileged aspect main verify error"> + <compile files="Privilege.java"/> + <run class="Privilege"/> + </ajc-test> </suite> |