diff options
author | jhugunin <jhugunin> | 2003-03-06 00:24:39 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-06 00:24:39 +0000 |
commit | d1e5c0a57c5da220b8f7357550db84f1009dbe2e (patch) | |
tree | 2d6477529a9b1783f66cd52010e0fd2ef0df43fc /tests/ajcTests.xml | |
parent | 3556a2a33100520c708c71b786e87f086234ddfa (diff) | |
download | aspectj-d1e5c0a57c5da220b8f7357550db84f1009dbe2e.tar.gz aspectj-d1e5c0a57c5da220b8f7357550db84f1009dbe2e.zip |
FIXED: Bugzilla Bug 32463
ajc reports error when encountering static declaration of nested classes
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index df307d751..a43286131 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5585,5 +5585,19 @@ <message kind="error" line="22"/> </compile> </ajc-test> + + <ajc-test dir="bugs" pr="33635" + title="Negation of if pointcut does not work"> + <compile files="NotIf.java"/> + <run class="NotIf"/> + </ajc-test> + + + <ajc-test dir="bugs" pr="32463" + title="ajc reports error when encountering static declaration of nested classes"> + <compile files="WeaveLocal.java"/> + <run class="WeaveLocal"/> + </ajc-test> + </suite> |