]> source.dussan.org Git - aspectj.git/commitdiff
Took out expected error on 'run class'.
authoraclement <aclement>
Wed, 18 Aug 2004 07:23:15 +0000 (07:23 +0000)
committeraclement <aclement>
Wed, 18 Aug 2004 07:23:15 +0000 (07:23 +0000)
tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml

index b687ae762cbfa9f332dba5882f49f63d08cee42a..1ef453ef89e96fa69d617b8a015e51b9660038c7 100644 (file)
                        <message kind="error" line="7" text="The method returnNothing(Object) from the type ITD is not visible"/>
                </compile>
        </ajc-test>
-       
+               
        <ajc-test dir="bugs" pr="62642"
                title="proper handling of ExceptionInIntializer inside clinit in presence of after throwing advice">
                <compile files="pr62642.java"/>
-               <run class="pr62642">
-                       <message kind="error"/>
-               </run>
+               <run class="pr62642"/>
        </ajc-test>