summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T14289.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/printer/T14289.stdout')
-rw-r--r--testsuite/tests/printer/T14289.stdout16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/printer/T14289.stdout b/testsuite/tests/printer/T14289.stdout
new file mode 100644
index 0000000000..3f0754adca
--- /dev/null
+++ b/testsuite/tests/printer/T14289.stdout
@@ -0,0 +1,16 @@
+T14289.hs:10:3-42: Splicing declarations
+ [d| data Foo a
+ = Foo a
+ deriving (C a) |]
+ ======>
+ data Foo a
+ = Foo a
+ deriving (C a)
+T14289.ppr.hs:(7,3)-(9,25): Splicing declarations
+ [d| data Foo a
+ = Foo a
+ deriving (C a) |]
+ ======>
+ data Foo a
+ = Foo a
+ deriving (C a)