]> source.dussan.org Git - aspectj.git/commitdiff
empty pseudo-test required by ant junit
authorwisberg <wisberg>
Sat, 21 May 2005 20:51:54 +0000 (20:51 +0000)
committerwisberg <wisberg>
Sat, 21 May 2005 20:51:54 +0000 (20:51 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CommandTestCase.java

index 0c972cf40ed2b605a0126b50289e97a1dde4b06a..dbf0706b91b590f8858b1b83fcddd66b6fdaeae6 100644 (file)
@@ -70,7 +70,7 @@ public abstract class CommandTestCase extends TestCase {
                
                runCompiler(args, expectedErrors);
        }
-       
+       public void testEmptyForAntJUnitSupport() {}
        public void checkMultipleCompile(String source) throws InterruptedException {
                List args = new ArrayList();
                args.add("-verbose");