We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907ca2b commit ae1b463Copy full SHA for ae1b463
hs/test/Reach/Test_Compiler.hs
@@ -104,6 +104,9 @@ test_examples = goldenTests "../examples" f
104
[ "./pkg/index.rsh"
105
, "./pkg/local.rsh"
106
, "./pkg/index-master.rsh"
107
+ , "./point-of-sale/index-balinv.rsh"
108
+ , "./point-of-sale/index-mapinv.rsh"
109
+ , "./point-of-sale/index-tokinv.rsh"
110
, "./rps-4-attack/index-bad.rsh"
111
, "./rps-4-attack/index-fails.rsh"
112
, "./rps-7-loops/index-balinv.rsh"
@@ -112,6 +115,7 @@ test_examples = goldenTests "../examples" f
115
, "./rsvp-5-cede/index-fail.rsh"
113
116
, "./rsvp-6-vevt/index-balinv.rsh"
114
117
, "./rsvp-6-vevt/index-mapinv.rsh"
118
+ , "./ticket-sales/index-tokinv.rsh"
119
]
120
f fp =
121
case S.member fp fails of
0 commit comments