summaryrefslogtreecommitdiff
path: root/libraries/base/tests/T9681.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/tests/T9681.stderr')
-rw-r--r--libraries/base/tests/T9681.stderr7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/base/tests/T9681.stderr b/libraries/base/tests/T9681.stderr
index 58b4bc7371..c07fe42cbb 100644
--- a/libraries/base/tests/T9681.stderr
+++ b/libraries/base/tests/T9681.stderr
@@ -1,5 +1,6 @@
-T9681.hs:3:9: error:
- • No instance for (Num String) arising from a use of ‘+’
- • In the expression: 1 + "\n"
+T9681.hs:3:7: error:
+ • No instance for (Num String) arising from the literal ‘1’
+ • In the first argument of ‘(+)’, namely ‘1’
+ In the expression: 1 + "\n"
In an equation for ‘foo’: foo = 1 + "\n"