From b0aed7288020a070eba54dedb7810ec68f5055d6 Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 18 Oct 2004 07:48:50 +0000 Subject: [PATCH] Re-add the LazyTjp testcase. --- .../ajdt/internal/compiler/batch/PerformanceTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PerformanceTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PerformanceTestCase.java index 018e61dde..433478de8 100644 --- a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PerformanceTestCase.java +++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PerformanceTestCase.java @@ -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"); } } -- 2.39.5