]> source.dussan.org Git - aspectj.git/commitdiff
180264: uselessTypeChecks and ASTNode: refix
authoraclement <aclement>
Tue, 24 Jun 2008 02:00:46 +0000 (02:00 +0000)
committeraclement <aclement>
Tue, 24 Jun 2008 02:00:46 +0000 (02:00 +0000)
tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java

index 6c993299ffe75aadff718cc7a5eec81cc72dd119..29eaf0c13be0b52e54979e74e2785066087cff71 100644 (file)
@@ -43,9 +43,9 @@ public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
     // public void testBrokenIfArgsCflowAtAj_pr145018() {
     //    runTest("ataj crashing with cflow, if and args");
     // }
-    // public void testClassCastOnArrayType_pr180264() {
-    // runTest("classcastexception on array type");
-    // }
+    public void testClassCastOnArrayType_pr180264() {
+      runTest("classcastexception on array type");
+    }
     //public void testITDWithArray_pr201748() { runTest("itd with array");}
        public void testBadMessage() { runTest("incorrect itd error with generics");}
        public void testBadMessage2() { runTest("incorrect itd error with generics - 2");}