summaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-09-06 13:08:19 +0000
committeracolyer <acolyer>2005-09-06 13:08:19 +0000
commit71771abbb2d2bac4cd832323c08d9dcad81db2a0 (patch)
tree4c40bb41dfcd35076a97015549a95eb6382841b1 /tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
parent8459fc93a9f455b2669ed2a758b10bdc6cd3903a (diff)
downloadaspectj-71771abbb2d2bac4cd832323c08d9dcad81db2a0.tar.gz
aspectj-71771abbb2d2bac4cd832323c08d9dcad81db2a0.zip
tests and fix for pr108816, args with binding with .. at join point with synthetic arguments
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc150/ajc150.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml6
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 2b84361cd..7849cde7a 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -500,7 +500,11 @@
<message kind="warning" line="21" text="matched join point from sub advice"/>
</compile>
</ajc-test>
-
+
+ <ajc-test dir="bugs150" pr="108816" title="advising cflow advice execution">
+ <compile files="pr108816.aj" >
+ </compile>
+ </ajc-test>
<!-- ============================================================================ -->
<!-- ============================================================================ -->