Browse Source

removing 121805 for now...

tags/PRE_PIPELINE
aclement 18 years ago
parent
commit
80b41cac55
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java

+ 1
- 1
tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java View File

@@ -22,7 +22,7 @@ public class Ajc153Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// public void testMissingLineNumbersInStacktrace_pr145442() { runTest("missing line numbers in stacktrace");}
// public void testArgnamesAndJavac_pr148381() { runTest("argNames and javac");}
// public void testCFlowXMLAspectLTW_pr149096() { runTest("cflow xml concrete aspect"); }
public void testAmbiguousBinding_pr121805() { runTest("ambiguous binding");}
// public void testAmbiguousBinding_pr121805() { runTest("ambiguous binding");}
public void testGenericInheritanceDecp_pr150095() { runTest("generics, inheritance and decp");}
public void testIllegalStateException_pr148737() { runTest("illegalstateexception for non generic type");}
public void testAtajInheritance_pr149305_1() { runTest("ataj inheritance - 1");}

Loading…
Cancel
Save