aboutsummaryrefslogtreecommitdiffstats
path: root/test/TestUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestUtils.hs')
-rw-r--r--test/TestUtils.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TestUtils.hs b/test/TestUtils.hs
index ff53310..89bc6e6 100644
--- a/test/TestUtils.hs
+++ b/test/TestUtils.hs
@@ -20,7 +20,8 @@ testRunL env = runL LState {
stateConfig = testConfig,
stateEnv = env,
stateDepth = 0,
- statePure = Impure
+ statePure = Impure,
+ stateAtomMap = M.empty
}
expectSuccessL :: Env -> LContext a -> IO (a, LState)