From 1ea8bbefca7c728ce1d7f28cbf89fa3b397f5f47 Mon Sep 17 00:00:00 2001 From: Ben Price Date: Wed, 28 Jun 2023 15:40:16 +0100 Subject: [PATCH] chore: remove some old commented-out code Signed-off-by: Ben Price --- primer/test/Tests/Action/Prog.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/primer/test/Tests/Action/Prog.hs b/primer/test/Tests/Action/Prog.hs index 88b6f9c25..86a7edf4d 100644 --- a/primer/test/Tests/Action/Prog.hs +++ b/primer/test/Tests/Action/Prog.hs @@ -1593,10 +1593,6 @@ runAppTestM' startID a m = (Left err, logs) -> ((Left err, a), logs) (Right (res, app'), logs) -> ((Right res, app'), logs) --- case evalTestM startID $ runExceptT $ flip runStateT a $ unAppTestM m of --- Left err -> (Left err, a) --- Right (res, app') -> (Right res, app') - -- Looks up a definition in the main module -- Useful in these tests so we don't have to specify -- the name of the module all the time