Remove reliance on interactive output from test ffi004

This commit is contained in:
David Raymond Christiansen 2014-02-04 14:21:04 +01:00
parent 835981d84e
commit a27e6cba4f
5 changed files with 7 additions and 7 deletions

View File

@ -281,7 +281,6 @@ Extra-source-files:
test/ffi003/input
test/ffi004/run
test/ffi004/*.idr
test/ffi004/input
test/ffi004/theType
test/ffi004/theOtherType
test/ffi004/expected

View File

@ -1,3 +0,0 @@
Type checking ./test026.idr
[?1049h(B[?7h[?1049l [?1l>2 : Int
[?1049h(B[?7h[?1049l [?1l>2 : Nat

View File

@ -1,2 +0,0 @@
foo
bar

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
idris --quiet --nocolour test026.idr < input
idris --quiet --nocolour --check test026.idr
rm -f *.ibc

View File

@ -24,3 +24,9 @@ foo = 2
bar : T2
bar = 2
testFoo : Int
testFoo = foo
testBar : Nat
testBar = bar