From 1c26c6cc4885648ccb398b16daf3c387740f8952 Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 10 Feb 2006 17:55:33 +0000 Subject: free up memory anchored in static at the end of a run --- .../org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java | 1 + 1 file changed, 1 insertion(+) (limited to 'org.aspectj.ajdt.core/testsrc') diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java index c7122eb77..1a71cba32 100644 --- a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java +++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java @@ -72,6 +72,7 @@ public class CompilerDumpTestCase extends AjcTestCase { */ public void testDumpWithWarnings () { String[] args = new String[] { "src/HelloWorld.java", "src/Pointcuts.aj", "src/DeclareWarning.aj" }; + Dump.preserveOnNextReset(); CompilationResult result = ajc(baseDir,args); String fileName = Dump.dump("DumpTestCase.testDumpWithWarnings()"); dumpFile = new File(fileName); -- cgit v1.2.3