diff options
author | aclement <aclement> | 2007-11-12 22:20:10 +0000 |
---|---|---|
committer | aclement <aclement> | 2007-11-12 22:20:10 +0000 |
commit | a6396a59b5f3aee96577b09e4c283a026a76d845 (patch) | |
tree | b0380d6a09a914107eadf88cc28da4709143fea1 /tests/src | |
parent | bd00110f8f65f2d3dfcbb40cf49835a8cb279897 (diff) | |
download | aspectj-a6396a59b5f3aee96577b09e4c283a026a76d845.tar.gz aspectj-a6396a59b5f3aee96577b09e4c283a026a76d845.zip |
pr194314: broken LV table, testcode
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc154/ajc154.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml b/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml index 16c5d0be7..ebb449c48 100644 --- a/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml +++ b/tests/src/org/aspectj/systemtest/ajc154/ajc154.xml @@ -3,6 +3,9 @@ <!-- AspectJ v1.6.0 Tests --> <suite> + <ajc-test dir="bugs154/pr194314" title="broken lvt for woven at aspectj around advice"> + <compile options="-1.5" files="test/IService.java,test/Main.java,test/Service.java,test/ServiceInterceptor.java"/> + </ajc-test> <ajc-test dir="bugs154/pr148381/simple" title="argNames does not work - simple"> <!-- this compile is just to get code.jar into the sandbox, all the code is already precompiled in code.jar --> |