aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
blob: 4421c26ad12dfeb1e3fcca60dbe4010b1275e98e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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"/>
        </compile>
        <run class="MissingTypeInDeclareParents"/>
    </ajc-test>

</suite>