aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-08 02:17:35 +0000
committerjhugunin <jhugunin>2003-01-08 02:17:35 +0000
commit7a5546ad465228523f5aac5b45142eb3726dd1db (patch)
tree3b1937877998ad7b75197c86fed19794752e005b /tests/jimTests.xml
parent29dccb0d7ec7786bb219cbdf02e3bb81fcd843bb (diff)
downloadaspectj-7a5546ad465228523f5aac5b45142eb3726dd1db.tar.gz
aspectj-7a5546ad465228523f5aac5b45142eb3726dd1db.zip
fixing bugs
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r--tests/jimTests.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml
index 4421c26ad..b8618fb39 100644
--- a/tests/jimTests.xml
+++ b/tests/jimTests.xml
@@ -1,13 +1,19 @@
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
- <ajc-test dir="new"
- title="unmatched type name in a declare parents should result in a warning in -Xlint mode"
- keywords="tofix">
- <compile options="-Xlint" files="MissingTypeInDeclareParents.java">
- <message kind="warning" line="20"/>
+
+ <ajc-test dir="errors" pr="244"
+ title="decent errors for around return type not matching target point"
+ keywords="from-errors">
+ <compile files="AroundReturnType.java">
+ <message kind="error" line="3"/>
+ <message kind="error" line="7"/>
+ <message kind="error" line="16"/>
+ <message kind="error" line="21"/>
</compile>
- <run class="MissingTypeInDeclareParents"/>
</ajc-test>
+
+ <!--
+ -->
</suite> \ No newline at end of file