diff options
author | aclement <aclement> | 2005-01-06 17:10:59 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-01-06 17:10:59 +0000 |
commit | 4ea80281a37d1bde78132acfff76da8a64e483b6 (patch) | |
tree | 549e4c9bd63f861fa83017dd93425cf22094c0c0 /tests | |
parent | b97c89114c3f1fd8212bf8fa02a2e511c0dd95b7 (diff) | |
download | aspectj-4ea80281a37d1bde78132acfff76da8a64e483b6.tar.gz aspectj-4ea80281a37d1bde78132acfff76da8a64e483b6.zip |
test was failing because a message was coming out twice - once when applying decp at source time, once when applying it at weave time. Now removed the reporting at source time.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml b/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml index 06465f6ef..2700af07f 100644 --- a/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml +++ b/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml @@ -114,7 +114,7 @@ <compile files="Test.java, Util.java" /> <run class="Test"/> <compile files="Test.java, Util.java, DeclareImplements.aj" options="-Xlint:warning"> - <message kind="warning"/> + <message kind="warning" line="3"/> </compile> <run class="Util" options="-fail"/> </ajc-test> |