forked from jasder/antlr
tweak
This commit is contained in:
parent
8836e13954
commit
489f3d17cb
|
@ -123,7 +123,7 @@ class TestJavaLR {
|
||||||
if ( x2 ) {
|
if ( x2 ) {
|
||||||
System.gc();
|
System.gc();
|
||||||
System.out.println("waiting for 1st pass");
|
System.out.println("waiting for 1st pass");
|
||||||
while ( !firstPassDone ) { } // spin
|
if ( threaded ) while ( !firstPassDone ) { } // spin
|
||||||
System.out.println("2nd pass");
|
System.out.println("2nd pass");
|
||||||
doFiles(javaFiles);
|
doFiles(javaFiles);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue