aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-03-28 00:54:19 +0000
committerjhugunin <jhugunin>2003-03-28 00:54:19 +0000
commite3ad8bbd021d8949bc2c45a2e1749cb1d720a195 (patch)
tree031826b431705d94d1207e3174e7b8ee17c5e58b /tests/ajcTests.xml
parent8e31e9be0fe8c04fd6c1802a9262b9e1c00187dc (diff)
downloadaspectj-e3ad8bbd021d8949bc2c45a2e1749cb1d720a195.tar.gz
aspectj-e3ad8bbd021d8949bc2c45a2e1749cb1d720a195.zip
Major changes in order to move to Eclipse-JDT 2.1 as a base.
In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future.
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 2f591fff5..28550b0cf 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -1632,7 +1632,7 @@
<ajc-test dir="errors" pr="280" title="no return statement in around advice"
keywords="from-errors,new-messages-vary">
<compile files="NoReturnStatement.java">
- <message kind="error" line="15"/>
+ <message kind="error" line="14"/>
</compile>
</ajc-test>
@@ -2188,7 +2188,7 @@
title="javac correct compiler error if there is no return in around returning result"
keywords="from-errors">
<compile files="NoReturnInProceed.java">
- <message kind="error" line="17"/>
+ <message kind="error" line="16"/>
</compile>
</ajc-test>