diff options
author | aclement <aclement> | 2011-12-10 01:07:41 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-12-10 01:07:41 +0000 |
commit | 7c5e1804f222ab8934ea73f98b2f0512e02f737f (patch) | |
tree | d90f537f684d489af612826167c482dab3d56d89 | |
parent | 1cdc647a337e4551d9efc85c2b97dddcc31bb61a (diff) | |
download | aspectj-7c5e1804f222ab8934ea73f98b2f0512e02f737f.tar.gz aspectj-7c5e1804f222ab8934ea73f98b2f0512e02f737f.zip |
message changes for e37
-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> |