Browse Source

180264: uselessTypeChecks and ASTNode: refix

tags/V1_6_1rc1
aclement 16 years ago
parent
commit
979d45b496
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java

+ 3
- 3
tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java View 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");}

Loading…
Cancel
Save