diff options
Diffstat (limited to 'testsuite/tests/th/T15572.stderr')
-rw-r--r-- | testsuite/tests/th/T15572.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/th/T15572.stderr b/testsuite/tests/th/T15572.stderr index 27132d69e0..ad077d887a 100644 --- a/testsuite/tests/th/T15572.stderr +++ b/testsuite/tests/th/T15572.stderr @@ -1,6 +1,6 @@ -T15572.hs:7:3-33: Splicing declarations - [d| type AbsoluteUnit1 = '() |] ======> type AbsoluteUnit1 = '() -T15572.hs:8:3-54: Splicing declarations +T15572.hs:7:2-34: Splicing declarations + [d| type AbsoluteUnit1 = '() |] ======> type AbsoluteUnit1 = '() +T15572.hs:8:2-55: Splicing declarations pure [TySynD (mkName "AbsoluteUnit2") [] (ConT '())] ======> - type AbsoluteUnit2 = '() + type AbsoluteUnit2 = '() |