This commit is contained in:
Terence Parr 2012-07-26 12:42:10 -07:00
parent 6b8e6cf0a7
commit 48ddc0bcee
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class TestJavaLR {
System.err.println("exception: "+e);
e.printStackTrace(System.err); // so we can get stack trace
}
System.gc();
}