aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml b/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml
index f84e08f08..00ff8a5f0 100644
--- a/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml
+++ b/tests/src/org/aspectj/systemtest/ajc161/annotationFieldBinding.xml
@@ -39,7 +39,7 @@
<ajc-test dir="features161/optimizedAnnotationBinding" title="case five - not an enum - compiler limitation">
<compile options="-1.5" files="CaseFive.java">
- <message kind="error" line="20" text="The field within the annotation must be an Enum. 'java.lang.String' is not an Enum"/>
+ <message kind="error" line="20" text="The field within the annotation must be an enum or string. 'int' is not"/>
</compile>
</ajc-test>
@@ -118,7 +118,6 @@
<ajc-test dir="features161/optimizedAnnotationBinding" title="case thirteen - bug npe">
<compile options="-1.5" files="CaseThirteen.java">
- <message kind="error" line="31" text="The field within the annotation must be an Enum"/>
<message kind="error" line="31" text="No field of type 'java.lang.String'"/>
<message kind="error" line="31" text="When using @annotation"/>
<message kind="error" line="32" text="cannot be resolved"/>