diff options
author | aclement <aclement> | 2005-10-21 18:26:55 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-21 18:26:55 +0000 |
commit | aa26241fc32e53774425373006ce8231bb15a88c (patch) | |
tree | ccb4bfcc50aa004c3d33e98f6608d353aa48a637 /tests/src | |
parent | 030288930ae5084f44ed8cc1859e46c78a08ae84 (diff) | |
download | aspectj-aa26241fc32e53774425373006ce8231bb15a88c.tar.gz aspectj-aa26241fc32e53774425373006ce8231bb15a88c.zip |
test V for generics, 4 to go.
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index b4546aac7..b27a89870 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -6,7 +6,7 @@ <ajc-test dir="java5/staticImports" title="import static java.lang.System.out"> <compile files="StaticImport.aj" options="-1.5"/> </ajc-test> - + <ajc-test dir="bugs150" title="test illegal change to pointcut declaration"> <compile files="pr111915.java" options="-1.5 -showWeaveInfo"> <message kind="weave" text="Join point 'method-execution(void SomeClass.doSomething())' in Type 'SomeClass' (pr111915.java:4) advised by around advice from 'DoesntCompile' (pr111915.java:15)"/> @@ -3678,6 +3678,10 @@ <compile files="GenericAspectU.aj" options="-1.5"/> <run class="GenericAspectU"/> </ajc-test> + <ajc-test dir="java5/generics/genericaspects/" title="uberaspects - V"> + <compile files="GenericAspectV.aj" options="-1.5"/> + <run class="GenericAspectV"/> + </ajc-test> |