diff options
author | jhugunin <jhugunin> | 2003-04-22 17:55:13 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-04-22 17:55:13 +0000 |
commit | 0a8dbdeed13fe79ddfd7a291e2b45b50b9a90579 (patch) | |
tree | 296eb9f5aad3f8f3e3b3507d637529e928b2e0dd /tests/ajcTests.xml | |
parent | fefd4559fb4a9eefcf4528526ad2448b9a6e3489 (diff) | |
download | aspectj-0a8dbdeed13fe79ddfd7a291e2b45b50b9a90579.tar.gz aspectj-0a8dbdeed13fe79ddfd7a291e2b45b50b9a90579.zip |
test and fix for Bugzilla Bug 36564
Internal compiler error
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 388fafac6..845d21687 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5828,4 +5828,10 @@ <run class="Privilege"/> </ajc-test> + <ajc-test dir="bugs" pr="36564" + title="Internal compiler error with thisJoinPoint.getStaticPart()"> + <compile files="tjpStaticPart/Test.java,tjpStaticPart/Exceptions.java"/> + <run class="tjpStaticPart.Test"/> + </ajc-test> + </suite> |