diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc153/ajc153.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml index 5d23b0f1d..20b85ca41 100644 --- a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml +++ b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml @@ -285,6 +285,8 @@ <compile files="Ann.java,Base.java,BaseImpl.java,I1.java,Mixin.java,Runner.java,X.aj" options="-1.5"> <message kind="error" line="1" text="The import java.lang.retention cannot be resolved"/> <message kind="error" line="3" text="Retention cannot be resolved to a type"/> + <message kind="error" line="3" text="RetentionPolicy cannot be resolved to a variable"/> + <message kind="error" line="3" text="The attribute value is undefined for the annotation type Retention"/> </compile> </ajc-test> |