diff options
-rw-r--r-- | weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java b/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java index 838c80319..121951617 100644 --- a/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java +++ b/weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java @@ -118,7 +118,7 @@ public class MegaZipTestCase extends WeaveTestCase { weaver.weave(weaver1, outFile); assertTrue(outFile.lastModified() > startTime); } - + public void testEmptyForAntJUnit(){} // this is something we test every now and again. // to try, rename as testBig and put aspectjtools.jar in testdata public void trytestBig() throws IOException { |