summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T5130.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T5130.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T5130.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T5130.stderr b/testsuite/tests/ghci/scripts/T5130.stderr
new file mode 100644
index 0000000000..cf9e6b40ce
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/T5130.stderr
@@ -0,0 +1,6 @@
+
+<interactive>:1:27:
+ Couldn't match type `a' with `[Char]'
+ In the expression: "hi"
+ In the expression: [x, "hi"]
+ In the expression: (\ (x :: a, y :: a) -> [x, "hi"])