diff options
Diffstat (limited to 'testsuite/tests/printer/T14289.stdout')
-rw-r--r-- | testsuite/tests/printer/T14289.stdout | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/printer/T14289.stdout b/testsuite/tests/printer/T14289.stdout index b11a3bf063..ab7eb04a84 100644 --- a/testsuite/tests/printer/T14289.stdout +++ b/testsuite/tests/printer/T14289.stdout @@ -14,3 +14,19 @@ T14289.ppr.hs:(7,2)-(9,26): Splicing declarations data Foo a = Foo a deriving (C a) +T14289.hs:10:2-43: Splicing declarations + [d| data Foo a + = Foo a + deriving (C a) |] + ======> + data Foo a + = Foo a + deriving (C a) +T14289.ppr.hs:10:2-43: Splicing declarations + [d| data Foo a + = Foo a + deriving (C a) |] + ======> + data Foo a + = Foo a + deriving (C a) |