]> source.dussan.org Git - aspectj.git/commitdiff
committed testcase change before fix! backing out
authoraclement <aclement>
Mon, 8 Dec 2008 22:51:56 +0000 (22:51 +0000)
committeraclement <aclement>
Mon, 8 Dec 2008 22:51:56 +0000 (22:51 +0000)
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml

index 42c90f8386e4f733488cfcd46d143fe1ba7468e0..f91cd62aa0998f38d70821dc7292fa732276d959 100644 (file)
     </ajc-test>
         
     <ajc-test dir="bugs150" title="(@Foo *)+ type pattern parse error">
-        <compile files="AnnotationPlusPatternParseError.aj" options="-1.5">
+            <compile files="AnnotationPlusPatternParseError.aj" options="-1.5"/>
+    <!-- next line needs the change for inherited anno matching... -->
+        <!--compile files="AnnotationPlusPatternParseError.aj" options="-1.5">
           <message kind="warning" line="19"/>
-        </compile>
+        </compile-->
     </ajc-test>
 
     <ajc-test dir="bugs150" pr="80571" title="around advice on interface initializer">