diff options
Diffstat (limited to 'test/TestUtils.hs')
| -rw-r--r-- | test/TestUtils.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TestUtils.hs b/test/TestUtils.hs index e51d97b..7247ef5 100644 --- a/test/TestUtils.hs +++ b/test/TestUtils.hs @@ -8,7 +8,8 @@ testConfig = Config { configScriptFileName = Nothing, configVerboseMode = False, configShowHelp = False, - configPrintEvaled = False + configPrintEvaled = False, + configPrintCallStack = False } testRunL :: LContext a -> IO (Either LException a) |
