summaryrefslogtreecommitdiff
path: root/libraries/base/tests/T9681.stderr
diff options
context:
space:
mode:
authorMateusz Lenik <mlen@mlen.pl>2014-10-30 11:53:40 -0500
committerAustin Seipp <austin@well-typed.com>2014-10-30 11:53:41 -0500
commit995ea1c8335631d6e4db1ff4da38251b2f396edb (patch)
treee70bcdae67cad0d94fe59904c8837c94995a4a55 /libraries/base/tests/T9681.stderr
parent578bc0035a58d254e97e94eefcab88f3d74c7537 (diff)
downloadhaskell-995ea1c8335631d6e4db1ff4da38251b2f396edb.tar.gz
Fixed missing trailing newline bug in pretty printer
Summary: Pretty printer didn't produce trailing newline in strings in error messages. Reviewers: simonpj, austin Reviewed By: austin Subscribers: thomie, carter, simonmar, mlen Differential Revision: https://phabricator.haskell.org/D405 GHC Trac Issues: #9681
Diffstat (limited to 'libraries/base/tests/T9681.stderr')
-rw-r--r--libraries/base/tests/T9681.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/base/tests/T9681.stderr b/libraries/base/tests/T9681.stderr
new file mode 100644
index 0000000000..7945ff7353
--- /dev/null
+++ b/libraries/base/tests/T9681.stderr
@@ -0,0 +1,5 @@
+
+T9681.hs:3:9:
+ No instance for (Num [Char]) arising from a use of ‘+’
+ In the expression: 1 + "\n"
+ In an equation for ‘foo’: foo = 1 + "\n"