diff options
author | acolyer <acolyer> | 2005-09-06 13:08:19 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-09-06 13:08:19 +0000 |
commit | 71771abbb2d2bac4cd832323c08d9dcad81db2a0 (patch) | |
tree | 4c40bb41dfcd35076a97015549a95eb6382841b1 /tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | |
parent | 8459fc93a9f455b2669ed2a758b10bdc6cd3903a (diff) | |
download | aspectj-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.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 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> <!-- ============================================================================ --> <!-- ============================================================================ --> |