summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10508.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T10508.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T10508.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ghci/scripts/T10508.stderr b/testsuite/tests/ghci/scripts/T10508.stderr
index c5aff2361c..86ee279393 100644
--- a/testsuite/tests/ghci/scripts/T10508.stderr
+++ b/testsuite/tests/ghci/scripts/T10508.stderr
@@ -1,8 +1,8 @@
-<interactive>:1:15:
+<interactive>:1:15: error:
Couldn't match type ‘a0 -> a0’ with ‘[Char]’
- Expected type: Prelude.String
- Actual type: a0 -> a0
+ Expected type: Prelude.String
+ Actual type: a0 -> a0
Probable cause: ‘id’ is applied to too few arguments
In the first argument of ‘return’, namely ‘id’
- In the expression: return id \ No newline at end of file
+ In the expression: return id