aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
blob: ec15b0ad8ab9d7b1760f43429fd4738eda10abc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">

<!-- contains valid tests that the compiler has never passed -->
<suite>

    <ajc-test dir="new" pr="36778"
      title="advise join points in subclass of empty interface">
        <compile files="EmptyInterface.java"/>
        <run class="EmptyInterface"/>
    </ajc-test>


</suite>