]> source.dussan.org Git - aspectj.git/commitdiff
Added test case for bug 45441
authoracolyer <acolyer>
Thu, 23 Oct 2003 15:26:37 +0000 (15:26 +0000)
committeracolyer <acolyer>
Thu, 23 Oct 2003 15:26:37 +0000 (15:26 +0000)
tests/ajcTestsFailing.xml

index 1ae30e2cb9d25870f7be3113c67bad87ff2b7c4e..c4bfc69441ccdf71039b1177211f379075aaf2db 100644 (file)
                files="Main.java"/>
         <run class="Main"/>
     </ajc-test>
+    
+    <ajc-test dir="bugs/jpOptimization" 
+       pr="45441"
+       title="JoinPoint Optimization when targetting 1.4">
+        <compile 
+               files="de/test/MyMain.java,
+                          de/test/MyAspect.java"
+            options="-1.4"/>
+        <run class="de.test.MyMain"/>
+    </ajc-test>
 </suite>