forked from jasder/antlr
TestPerformance.DEBUG_TEMPLATES should default to false
This commit is contained in:
parent
d9a95948ff
commit
274d566be6
|
@ -132,7 +132,7 @@ public class TestPerformance extends BaseTest {
|
||||||
* {@code true} to specify the {@code -XdbgST} option when generating the
|
* {@code true} to specify the {@code -XdbgST} option when generating the
|
||||||
* grammar.
|
* grammar.
|
||||||
*/
|
*/
|
||||||
private static final boolean DEBUG_TEMPLATES = true;
|
private static final boolean DEBUG_TEMPLATES = false;
|
||||||
/**
|
/**
|
||||||
* {@code true} to specify the {@code -XdbgSTWait} option when generating the
|
* {@code true} to specify the {@code -XdbgSTWait} option when generating the
|
||||||
* grammar.
|
* grammar.
|
||||||
|
|
Loading…
Reference in New Issue