aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org/aspectj/systemtest/knownfailures/knownfailures.xml
blob: e2e2343dc5e8796faf9ac0dbeb5c71709dad3e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[
]>

<!-- AspectJ v1.5.0 Tests -->

<suite>
    
    <ajc-test dir="bugs150/pr90588"
		pr="90588" title="NullPointerException in jdt when using generics and inpath">
        <compile files="AbstractClass.java,ConcreteClass.java">
        </compile>
    </ajc-test>
</suite>