Skip to content

Commit

Permalink
refactor: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChronicMonster committed Nov 18, 2022
1 parent 773865d commit 5672571
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hs/test/Reach/Test_Compiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ test_examples = goldenTests "../examples" f
[ "./pkg/index.rsh"
, "./pkg/local.rsh"
, "./pkg/index-master.rsh"
, "./point-of-sale/index-balinv.rsh"
, "./point-of-sale/index-mapinv.rsh"
, "./point-of-sale/index-tokinv.rsh"
, "./rps-4-attack/index-bad.rsh"
, "./rps-4-attack/index-fails.rsh"
, "./rps-7-loops/index-balinv.rsh"
Expand All @@ -112,6 +115,7 @@ test_examples = goldenTests "../examples" f
, "./rsvp-5-cede/index-fail.rsh"
, "./rsvp-6-vevt/index-balinv.rsh"
, "./rsvp-6-vevt/index-mapinv.rsh"
, "./ticket-sales/index-tokinv.rsh"
]
f fp =
case S.member fp fails of
Expand Down

0 comments on commit 5672571

Please sign in to comment.