aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testsrc
diff options
context:
space:
mode:
authoracolyer <acolyer>2006-02-10 17:55:33 +0000
committeracolyer <acolyer>2006-02-10 17:55:33 +0000
commit1c26c6cc4885648ccb398b16daf3c387740f8952 (patch)
tree141e82ea9b005d443328760c248678d58c400fe6 /org.aspectj.ajdt.core/testsrc
parentfd7f8075c8046aa5a2fb059e5b27aa869fc6658c (diff)
downloadaspectj-1c26c6cc4885648ccb398b16daf3c387740f8952.tar.gz
aspectj-1c26c6cc4885648ccb398b16daf3c387740f8952.zip
free up memory anchored in static at the end of a run
Diffstat (limited to 'org.aspectj.ajdt.core/testsrc')
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java1
1 files changed, 1 insertions, 0 deletions
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);