This commit is contained in:
Terence Parr 2012-07-29 17:04:05 -07:00
parent 8836e13954
commit 489f3d17cb
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class TestJavaLR {
if ( x2 ) {
System.gc();
System.out.println("waiting for 1st pass");
while ( !firstPassDone ) { } // spin
if ( threaded ) while ( !firstPassDone ) { } // spin
System.out.println("2nd pass");
doFiles(javaFiles);
}