diff options
Diffstat (limited to 'testsuite/tests/printer/T14289c.stdout')
-rw-r--r-- | testsuite/tests/printer/T14289c.stdout | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/tests/printer/T14289c.stdout b/testsuite/tests/printer/T14289c.stdout index 287793b6ea..66704d3402 100644 --- a/testsuite/tests/printer/T14289c.stdout +++ b/testsuite/tests/printer/T14289c.stdout @@ -14,3 +14,19 @@ T14289c.ppr.hs:(7,2)-(9,28): Splicing declarations data Foo a = Foo a deriving (a ~ a) +T14289c.hs:9:2-45: Splicing declarations + [d| data Foo a + = Foo a + deriving (a ~ a) |] + ======> + data Foo a + = Foo a + deriving (a ~ a) +T14289c.ppr.hs:9:2-45: Splicing declarations + [d| data Foo a + = Foo a + deriving (a ~ a) |] + ======> + data Foo a + = Foo a + deriving (a ~ a) |