summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-19 09:37:44 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:04 -0400
commit849e8889fe9586bf9e1bf37885537f25743383f2 (patch)
tree6c42d165450ee967bb59cf653e8d33ccb564d06c
parentc88b1b9fde4eedcd1b62c51b1a53201ec3cf29c8 (diff)
downloadhaskell-849e8889fe9586bf9e1bf37885537f25743383f2.tar.gz
winio: Accept T9681 output.
GHC now reports String instead of [Char].
-rw-r--r--libraries/base/tests/T9681.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/tests/T9681.stderr b/libraries/base/tests/T9681.stderr
index 51b5ca0931..58b4bc7371 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 ‘+’
+T9681.hs:3:9: error:
+ • No instance for (Num String) arising from a use of ‘+’
• In the expression: 1 + "\n"
In an equation for ‘foo’: foo = 1 + "\n"