TestPerformance.DEBUG_TEMPLATES should default to false

This commit is contained in:
Sam Harwell 2013-01-02 06:49:54 -06:00
parent d9a95948ff
commit 274d566be6
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class TestPerformance extends BaseTest {
* {@code true} to specify the {@code -XdbgST} option when generating the
* 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
* grammar.