diff options
author | aclement <aclement> | 2006-06-25 18:50:54 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-06-25 18:50:54 +0000 |
commit | 75a17318a97a8528c2604ada7ce159b3e46f12a6 (patch) | |
tree | 0a7635f5a7fef0de63cef00174937e206a29c480 /tests/src | |
parent | 045e82d5cebc9c9674ac71cffa3fefc34eeb042f (diff) | |
download | aspectj-75a17318a97a8528c2604ada7ce159b3e46f12a6.tar.gz aspectj-75a17318a97a8528c2604ada7ce159b3e46f12a6.zip |
testcode for 148545
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc152/ajc152.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml index aba07f7bc..4c916532a 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml +++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml @@ -112,6 +112,11 @@ <ajc-test dir="bugs152/pr148537" title="classcast annotation value"> <compile files="MyClass.java,MyAspect.java" options="-1.5"/> </ajc-test> + + <ajc-test dir="bugs152/pr148545" title="nosuchmethoderror for privileged aspect"> + <compile files="MyClass.java,MyAspect.java,MyAnnotation.java,MyEnum.java" options="-1.5"/> + <run class="MyClass"/> + </ajc-test> <ajc-test dir="bugs152/pr145391" title="itd calling generic method - 2"> <compile files="GenericType2.java" options="-1.5"/> |