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

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

<suite>
    <ajc-test dir="bugs" pr="39711"
   	 title="Class Literals as non final fields (also assert, and this$0)">
        <compile files="ClassLiteralField.java" options="-source14"/>
        <run class="ClassLiteralField"/>
    </ajc-test>
</suite>