Skip to content

Commit

Permalink
Require s-cargot >= 0.1.6.0, accept new test output
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 18, 2023
1 parent d08ddf8 commit 1c6ad57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion semmc/semmc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ library
located-base,
text >= 1 && < 2.1,
exceptions >= 0.8 && < 0.11,
s-cargot >= 0.1.4.0 && < 0.2,
s-cargot >= 0.1.6.0 && < 0.2,
s-cargot-letbind >= 0.2.2.0 && < 0.3,
dismantle-tablegen,
crucible >= 0.4,
Expand Down
4 changes: 2 additions & 2 deletions semmc/tests/semstore/ParamFormulaTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ testRoundTripPrintParse =
sexprTxt @?= (T.strip $ T.pack $ unlines
[ ";; " <> show opcode <> " (no arguments)"
, "((operands ())"
, " (in ())"
, " (defs ()))"
, " (in ())"
, " (defs ()))"
])
-- verify that the expression can be parsed back into a Formula
Some r <- liftIO newIONonceGenerator
Expand Down

0 comments on commit 1c6ad57

Please sign in to comment.