diff options
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc160/ajc160.xml')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc160/ajc160.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml index bfc1c4c46..bf539f57b 100644 --- a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml +++ b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml @@ -4,6 +4,12 @@ <suite> + <ajc-test dir="bugs160/pr201748" title="itd with array"> + <compile files="Foo.java"> + <message kind="error" text="Type mismatch: cannot convert from Factory[] to Factory"/> + </compile> + </ajc-test> + <ajc-test dir="bugs160/various" title="incorrect itd error with generics"> <compile options="-1.5 -showWeaveInfo" files="IncorrectMessage.java"> <message kind="weave" text="Type 'Foo' (IncorrectMessage.java) has intertyped method from 'AspectDoWhatEver' (IncorrectMessage.java:'void Marker.doWhatEver()')"/> |