aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
diff options
context:
space:
mode:
authoraclement <aclement>2006-01-23 15:21:18 +0000
committeraclement <aclement>2006-01-23 15:21:18 +0000
commit28f8c695ccc8513e9dcbe0c4fb6ebdc71cf84313 (patch)
tree7ed9332096b0febfd74288f1fd16d25d2623793e /tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
parent01a8b2eb36e1a34c80697c2034f9657b74dc281a (diff)
downloadaspectj-28f8c695ccc8513e9dcbe0c4fb6ebdc71cf84313.tar.gz
aspectj-28f8c695ccc8513e9dcbe0c4fb6ebdc71cf84313.zip
test and fix for 124654: generic annotation matching..
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc151/ajc151.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc151/ajc151.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
index ccb251c10..c04af9174 100644
--- a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
+++ b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml
@@ -53,5 +53,15 @@
</stderr>
</run>
</ajc-test>
-
+
+ <ajc-test dir="bugs151/pr124654" title="generic aspects and annotations">
+ <compile files="GenericAnnotation.java,TestSubAspect.java" options="-1.5"/>
+ <run class="TestSubAspect">
+ <stderr>
+ <line text="Reference pointcut advice. interface MyAnnotation"/>
+ <line text="Inlined pointcut advice. interface MyAnnotation"/>
+ <line text="run running"/>
+ </stderr>
+ </run>
+ </ajc-test>
</suite> \ No newline at end of file