diff options
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml index 25b0cfff7..eddffe107 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml +++ b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml @@ -2,6 +2,13 @@ <suite> +<ajc-test dir="bugs1612/pr349398" title="duplicate methods"> +<compile files="DataGenerator.java CacheAspect.java DataGeneratorCacheAspect.java DataGeneratorTest.java" options="-1.5"/> +<run class="DataGeneratorTest"> +</run> +</ajc-test> + + <ajc-test dir="bugs1612/pr347684" title="binding ints"> <compile files="BindingInts.java" options="-1.5"/> <run class="BindingInts"> |