diff options
author | aclement <aclement> | 2008-06-10 18:50:32 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-10 18:50:32 +0000 |
commit | 5c042e543e1c66a8fe023dcd29f2cb30486d033f (patch) | |
tree | 3951aa87bb86f706165d68933445717939de6edb /tests/src | |
parent | 0f9681ba755a272e41fff04c8f57be985f0c9824 (diff) | |
download | aspectj-5c042e543e1c66a8fe023dcd29f2cb30486d033f.tar.gz aspectj-5c042e543e1c66a8fe023dcd29f2cb30486d033f.zip |
that error doesnt come out anymore - it was a dup anyway!
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 5d4a2727c..6b1998fbe 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -4504,7 +4504,6 @@ <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> <ajc-test dir="java5/generics/genericaspects/" title="uberaspects - L"> |