You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's fair, I'll start doing what GHC does and add a should_fail and should_pass folder for the failure cases. 53f1e5c
So now to test for regressions, it's just:
$ poly test test/should_fail/test_if.ml
For the more complicated ProtoHaskell compiler, I already use the tasty golden test runner. But it's a little heavy for these little toy language though.
Add test cases to
test.ml
for pathological cases on pull request #40 issueThe text was updated successfully, but these errors were encountered: