]> source.dussan.org Git - aspectj.git/commitdiff
Re-add the LazyTjp testcase.
authoraclement <aclement>
Mon, 18 Oct 2004 07:48:50 +0000 (07:48 +0000)
committeraclement <aclement>
Mon, 18 Oct 2004 07:48:50 +0000 (07:48 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PerformanceTestCase.java

index 018e61ddeb517f8fa5f28bff7f3b96f85127cc10..433478de8a84fdae9a4fe6f47e61daaf49a73dec 100644 (file)
@@ -37,6 +37,6 @@ public class PerformanceTestCase extends CommandTestCase {
        
        public void testLazyTjp() throws IOException {
                checkCompile("src1/LazyTjp.aj", new String[] {"-XlazyTjp","-Xlint:error"}, new int[] {96});
-       //      TestUtil.runMain("out", "LazyTjp");
+               TestUtil.runMain("out", "LazyTjp");
        }
 }