Idris2/tests/idris2/error017/run
Guillaume ALLAIS 688e5c586c [ test ] Note that we cannot turn the whole check off
If we were to turn the whole check off instead of just making it
(not incase || isJust (isLHS mode)) then Issue962-case would fail
because `c` would get defaulted to `Integer` and not the `Int` that
is expected.
2021-04-16 18:12:40 +01:00

4 lines
149 B
Plaintext
Executable File

$1 --no-color --console-width 0 --no-banner --check Issue962.idr
$1 --no-color --console-width 0 --no-banner --check Issue962-case.idr
rm -rf build/