]> source.dussan.org Git - aspectj.git/commitdiff
148508, 265418: tests and fixes: array and varargs subtype patterns
authoraclement <aclement>
Thu, 19 Feb 2009 21:05:09 +0000 (21:05 +0000)
committeraclement <aclement>
Thu, 19 Feb 2009 21:05:09 +0000 (21:05 +0000)
tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
tests/src/org/aspectj/systemtest/ajc162/ajc162.xml

index 82a9185433b8635977eadb4c092a02b1f188eb88..957c50aa95caad14733dcc6d3ee5a3380a4f5584 100644 (file)
@@ -50,10 +50,6 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
                runTest("ltw perclause");
        }
 
-       // public void testParserProblemSubArrayPatterns_pr148508() {
-       // runTest("parser problem for array subtypes");
-       // }
-
        public void testNullDelegateForArray_pr247683() {
                runTest("null delegate for array");
        }
index 67d529270e867b4835b6386bb2e7dcd8a2f7807b..d8b86f20d043407fd0c52496f1bd35e6fd4ff130 100644 (file)
@@ -3,11 +3,6 @@
 <!-- AspectJ v1.6.2 Tests -->
 <suite>
        
-   <ajc-test dir="bugs162" title="parser problem for array subtypes">
-     <compile files="PR148508.java"/>
-     <run class="PR148508">
-     </run>
-   </ajc-test>
        
    <ajc-test dir="bugs162/pr247683" title="null delegate for array">
      <compile options="-1.5" files="A.java"/>