summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T4436.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T4436.stderr')
-rw-r--r--testsuite/tests/th/T4436.stderr13
1 files changed, 4 insertions, 9 deletions
diff --git a/testsuite/tests/th/T4436.stderr b/testsuite/tests/th/T4436.stderr
index 1b7fdf6277..d87bfc1a2f 100644
--- a/testsuite/tests/th/T4436.stderr
+++ b/testsuite/tests/th/T4436.stderr
@@ -1,11 +1,6 @@
T4436.hs:5:7-56: Splicing expression
- return
- (LitE
- (StringL
- "hello\n\
- \goodbye\n\
- \and then"))
+ return (LitE (StringL "hello/ngoodbye/nand then"))
======>
- "hello\n\
- \goodbye\n\
- \and then"
+ "hello
+goodbye
+and then"