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.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/base/tests/T9681.stderr b/libraries/base/tests/T9681.stderr
index af6e7dc63a..c3a2f2c3c7 100644
--- a/libraries/base/tests/T9681.stderr
+++ b/libraries/base/tests/T9681.stderr
@@ -1,5 +1,5 @@
-T9681.hs:3:7: error:
- No instance for (Num [Char]) arising from a use of ‘+’
- In the expression: 1 + "\n"
- In an equation for ‘foo’: foo = 1 + "\n"
+T9681.hs:3:9: error:
+ • No instance for (Num [Char]) arising from a use of ‘+’
+ • In the expression: 1 + "\n"
+ In an equation for ‘foo’: foo = 1 + "\n"