Ignore usage warnings in test/effects*.

This commit is contained in:
Matus Tejiscak 2014-02-27 14:06:37 +00:00
parent c181edbd66
commit 091692953f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
idris -p effects $@ test021.idr -o test021
idris -p effects $@ test021a.idr -o test021a
idris -p effects $@ test021.idr -o test021 --nowarnreach
idris -p effects $@ test021a.idr -o test021a --nowarnreach
./test021
./test021a
rm -f test021 test021a *.ibc

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
idris -p effects $@ test025.idr -o test025
idris -p effects $@ test025.idr -o test025 --nowarnreach
./test025
rm -f test025 *.ibc