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 ad31c78..e51d97b 100644 --- a/test/TestUtils.hs +++ b/test/TestUtils.hs @@ -7,7 +7,8 @@ testConfig :: Config testConfig = Config { configScriptFileName = Nothing, configVerboseMode = False, - configShowHelp = False + configShowHelp = False, + configPrintEvaled = False } testRunL :: LContext a -> IO (Either LException a) |
