summaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
blob: b8618fb395bd653428a268aacb782c00cf0d8108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>


    <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>
    </ajc-test>
    
    <!--

	-->
</suite>