From bf412c67871623bfe755458763238ae0ed36c11b Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 15 Oct 2004 12:55:43 +0000 Subject: [PATCH] =?utf8?q?TEMPORARILY=20deactivated=20one=20test=20to=20ge?= =?utf8?q?t=20a=20!*(&*=A3^=20build=20to=20work.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../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 433478de8..018e61dde 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