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 b5a23db3c..87412fe06 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/pr352363" title="empty pattern"> +<compile files="Code.java" options="-1.5"> + <message line="12" kind="warning" text="name is empty1"/> + <message line="13" kind="warning" text="name is empty2"/> +</compile> +</ajc-test> + <ajc-test dir="bugs1612/pr351592" title="generics issue"> <compile files="Test.java Fib.java FibCaching.aj Caching.aj" options="-1.5"/> <run class="caching.Test"/> |