diff options
author | aclement <aclement> | 2008-03-17 16:07:17 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-03-17 16:07:17 +0000 |
commit | cf8e7d49370e4d8b9a52818be560f43fd91c0ff2 (patch) | |
tree | fe744bdc504809c1d3aa0503582a903e8a6f8495 /tests/src/org | |
parent | 8f4fc1f22258305e9b67c08f34254a028f1982fd (diff) | |
download | aspectj-cf8e7d49370e4d8b9a52818be560f43fd91c0ff2.tar.gz aspectj-cf8e7d49370e4d8b9a52818be560f43fd91c0ff2.zip |
167197: test code
Diffstat (limited to 'tests/src/org')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc160/ajc160.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml index 9818da818..900a09664 100644 --- a/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml +++ b/tests/src/org/aspectj/systemtest/ajc160/ajc160.xml @@ -3,11 +3,20 @@ <!-- AspectJ v1.6.0 Tests --> <suite> + <ajc-test dir="bugs160/pr167197" title="generic type parameterized with array type"> + <compile options="-1.5" files="AspectBreaker.java"/> + </ajc-test> + <ajc-test dir="bugs160/pr180264" title="classcastexception on array type"> <compile options="-warn:+uselessTypeCheck" files="Foo.java,Main.java"/> </ajc-test> - <ajc-test dir="bugs160/pr201748" title="itd with array"> + <ajc-test dir="bugs160/pr167197" title="generic type parameterized with array type - 2"> + <compile options="-1.5" files="Breaker2.java"/> + <run class="Breaker2"/> + </ajc-test> + + <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> |