aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2008-03-24 20:16:39 +0000
committeraclement <aclement>2008-03-24 20:16:39 +0000
commit34fa37de041f1dbb28c060e4bd71acc220246872 (patch)
tree3002b8737158e9547638444ffebadcbd505653df /tests/src
parent3dbf9fd5823d04e3ef6b9b39e5ebec62dd3aed35 (diff)
downloadaspectj-34fa37de041f1dbb28c060e4bd71acc220246872.tar.gz
aspectj-34fa37de041f1dbb28c060e4bd71acc220246872.zip
remove array class cast test, fix is not in!
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java b/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java
index 61e6b9e27..bffa739ea 100644
--- a/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java
@@ -37,10 +37,10 @@ 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 testITDWithArray_pr201748() { runTest("itd with array");}
+ // 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");}
public void testHasMethodAnnoValueInt_various() { runTest("hasmethod anno value - I");}