reduce maxDepth of GenerativeTestCase

This commit is contained in:
2022-03-28 15:41:43 -06:00
parent 0fbb526e70
commit 7457ee6921

View File

@@ -1,7 +1,7 @@
(defMacroVar maxInt 1000000000) (defMacroVar maxInt 1000000000)
(defMacroVar maxStringLength 20) (defMacroVar maxStringLength 20)
(defMacroVar maxExps 4) (defMacroVar maxExps 4)
(defMacroVar maxDepth 14) (defMacroVar maxDepth 13)
(defAlias &ident nd (+ 1 macroDepth)) (defAlias &ident nd (+ 1 macroDepth))