public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
+ public void testAnnoType_pr314965() {
+ runTest("anno typo");
+ }
+
public void testValidateBranchRecursion_314840() {
runTest("validate branch recursion");
}
public void testClashingDeclareAnnos_313026_1() {
runTest("clashing declare annos");
}
-
+
public void testClassFileSize_312839_1() {
runTest("class file size - 1");
// 2531 (0x404): 1.6.9.M2 size of Class.class
<suite>
+ <ajc-test dir="bugs169/pr314965" title="anno typo">
+ <compile files="MinimalExample.java" options="-1.5">
+ <message kind="warning" text="no match for this type name: AnnotationWithParamAndTypo [Xlint:invalidAbsoluteTypeName]"/>
+ </compile>
+ </ajc-test>
+
<ajc-test dir="bugs169/pr314840" title="validate branch recursion">
<compile files="Arguments.aj Test1.java Test2.java Test.java" options="-1.5"/>
</ajc-test>