diff options
Diffstat (limited to 'testsuite/tests/printer/T13942.stdout')
-rw-r--r-- | testsuite/tests/printer/T13942.stdout | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/printer/T13942.stdout b/testsuite/tests/printer/T13942.stdout index f40a71bf0f..8c80afa15f 100644 --- a/testsuite/tests/printer/T13942.stdout +++ b/testsuite/tests/printer/T13942.stdout @@ -10,3 +10,9 @@ T13942.ppr.hs:(4,2)-(5,23): Splicing declarations ======> f :: Either Int (Int -> Int) f = undefined +T13942.ppr.hs:(5,2)-(7,7): Splicing declarations + [d| f :: Either Int (Int -> Int) + f = undefined |] + ======> + f :: Either Int (Int -> Int) + f = undefined |