Skip to content

Commit

Permalink
Update test to avoid interactive-mode control chars
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Feb 4, 2014
1 parent 3b9ce1c commit 835981d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/ffi003/expected
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Type checking ./test024.idr
testtest
[?1049h(B[?7h[?1049l[?1l>() : ()
1 change: 0 additions & 1 deletion test/ffi003/input
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
:x unsafePerformIO main
test
2 changes: 1 addition & 1 deletion test/ffi003/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
idris --quiet --nocolour test024.idr < input
idris --quiet --nocolour test024.idr --exec main < input
rm -f *.ibc

0 comments on commit 835981d

Please sign in to comment.