aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2008-02-19 18:52:45 +0000
committeraclement <aclement>2008-02-19 18:52:45 +0000
commit86bc573735f1065c5fd57f570456128a3423b512 (patch)
tree08e6deda7e55fe0247e6b7634a3896e8b443dd4b /tests
parent4dc165353001baf072e5492621b19eaac31be374 (diff)
downloadaspectj-86bc573735f1065c5fd57f570456128a3423b512.tar.gz
aspectj-86bc573735f1065c5fd57f570456128a3423b512.zip
219298: new error message comes out
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
index 3cbc2b692..5d4a2727c 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -4503,6 +4503,7 @@
</ajc-test>
<ajc-test dir="java5/generics/genericaspects/" title="uberaspects - K2">
<compile files="GenericAspectK2.aj" options="-1.5">
+ <message kind="error" line="13" text="The type String is not a valid substitute"/>
<message kind="error" line="13" text="Type java.lang.String does not meet the specification for type parameter 2 (B extends java.lang.Number) in generic type GenericAspect"/>
</compile>
</ajc-test>