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