aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/resources/org/aspectj/systemtest/ajc182/tests.xml
blob: 9b7383810299a2a251397183000fb56d4bb4dafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>

<suite>

	<ajc-test dir="bugs182/440983" title="invis type annos">
		<compile options="-1.8" files="Code.java"/>
	</ajc-test>
	
	<ajc-test dir="bugs182/440983" title="invis type annos 2">
		<compile options="-1.8" files="X.java" inpath="code.jar"/>
		<run class="Code">
		<stdout>
			<line text="works"/>
		</stdout>
		</run>
	</ajc-test>

</suite>