aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-01-06 17:10:59 +0000
committeraclement <aclement>2005-01-06 17:10:59 +0000
commit4ea80281a37d1bde78132acfff76da8a64e483b6 (patch)
tree549e4c9bd63f861fa83017dd93425cf22094c0c0 /tests
parentb97c89114c3f1fd8212bf8fa02a2e511c0dd95b7 (diff)
downloadaspectj-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.xml2
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>