diff options
author | aclement <aclement> | 2008-12-09 00:20:46 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-12-09 00:20:46 +0000 |
commit | 364e330f369eb4002c1596b6b425053bc92d3310 (patch) | |
tree | 09c7ee67e96c19be96e5505d069ca916104ae8e4 | |
parent | 7327bc3771417a7a65a658ad584c4f7a851a1109 (diff) | |
download | aspectj-364e330f369eb4002c1596b6b425053bc92d3310.tar.gz aspectj-364e330f369eb4002c1596b6b425053bc92d3310.zip |
253109
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index f91cd62aa..5c3bd0ceb 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -5543,6 +5543,8 @@ <!-- warning is unchecked match of List<?> from line 28 onto line 15. --> <!-- some sets may be lists unless the set is final, so as a cast is allowed, the match is allowed --> <message kind="warning" line="28"/> + <message kind="warning" line="44"/> + <message kind="warning" line="48"/> </compile> <run class="AfterReturningListOfSomething"> <stdout> |