summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testsrc
diff options
context:
space:
mode:
authoraclement <aclement>2004-10-18 07:48:50 +0000
committeraclement <aclement>2004-10-18 07:48:50 +0000
commitb0aed7288020a070eba54dedb7810ec68f5055d6 (patch)
treeb26433a6e97dbcc72e694e6bbea47c9dfdbb5f9c /org.aspectj.ajdt.core/testsrc
parent6be5440fdfa1f75d3754dc4be9269ecff4ead609 (diff)
downloadaspectj-b0aed7288020a070eba54dedb7810ec68f5055d6.tar.gz
aspectj-b0aed7288020a070eba54dedb7810ec68f5055d6.zip
Re-add the LazyTjp testcase.
Diffstat (limited to 'org.aspectj.ajdt.core/testsrc')
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PerformanceTestCase.java2
1 files changed, 1 insertions, 1 deletions
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");
}
}