summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail031.stderr-hugs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail031.stderr-hugs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail031.stderr-hugs5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail031.stderr-hugs b/testsuite/tests/typecheck/should_fail/tcfail031.stderr-hugs
deleted file mode 100644
index a955d833cb..0000000000
--- a/testsuite/tests/typecheck/should_fail/tcfail031.stderr-hugs
+++ /dev/null
@@ -1,5 +0,0 @@
-ERROR "tcfail031.hs":3 - Type error in conditional
-*** Expression : if 'a' then 1 else 2
-*** Term : 'a'
-*** Type : Char
-*** Does not match : Bool