From 2ea2c405746bfa79d3be478f4c8763dd7dd6ac5f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 26 Sep 2022 14:02:28 +0300 Subject: Add some concept docs --- test/TestUtils.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.3