Skip to content

Commit

Permalink
chore: remove some old commented-out code (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
brprice committed Jun 28, 2023
2 parents f8944f6 + 1ea8bbe commit d545cff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions primer/test/Tests/Action/Prog.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d545cff

Please sign in to comment.