From 18c241ff7a53625c6f3c4e6f20ee8df5bb37ddf3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 26 Sep 2022 23:28:51 +0300 Subject: Add kinds of fixes and stuff --- 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 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) -- cgit v1.3