summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5246.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T5246.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T5246.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T5246.stderr b/testsuite/tests/typecheck/should_fail/T5246.stderr
new file mode 100644
index 0000000000..3886cdef07
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T5246.stderr
@@ -0,0 +1,6 @@
+
+T5246.hs:11:10:
+ Couldn't match type `Int' with `[Char]'
+ In the expression: foo
+ In the expression: let ?x = "hello" in foo
+ In an equation for `bar': bar = let ?x = "hello" in foo