aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/itds/AtItd3.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java5/annotations/itds/AtItd3.aj')
-rw-r--r--tests/java5/annotations/itds/AtItd3.aj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/java5/annotations/itds/AtItd3.aj b/tests/java5/annotations/itds/AtItd3.aj
index c3412cf56..8af19ed71 100644
--- a/tests/java5/annotations/itds/AtItd3.aj
+++ b/tests/java5/annotations/itds/AtItd3.aj
@@ -24,6 +24,7 @@ public class AtItd3 {
if (!aa.toString().equals("@Ann(id=goodbye, anInt=4)")) // < Java8 order
if (!aa.toString().equals("@Ann(anInt=4, id=goodbye)")) // Java8 order
+ if (!aa.toString().equals("@Ann(anInt=4, id=\"goodbye\")")) // Java9 quotes strings
throw new RuntimeException("Incorrect output, expected:"+
"@Ann(id=goodbye, anInt=4) but got "+aa.toString());