summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail004.stderr-hugs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail004.stderr-hugs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail004.stderr-hugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail004.stderr-hugs b/testsuite/tests/typecheck/should_fail/tcfail004.stderr-hugs
new file mode 100644
index 0000000000..90f8a8105e
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail004.stderr-hugs
@@ -0,0 +1,4 @@
+ERROR "tcfail004.hs":3 - Type error in right hand side
+*** Term : (1,2,3)
+*** Type : (c,d,e)
+*** Does not match : (a,b)