blob: c25b999cf86fdf03adc879980eaf32b99416dd63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[
<!ENTITY tests SYSTEM "../tests/src/org/aspectj/systemtest/java14/java14-tests.xml">
]>
<!-- Tests requiring JDK 1.4 or above -->
<suite>
&tests;
</suite>
|