diff options
Diffstat (limited to 'testsuite/tests/printer/T14289b.stdout')
-rw-r--r-- | testsuite/tests/printer/T14289b.stdout | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testsuite/tests/printer/T14289b.stdout b/testsuite/tests/printer/T14289b.stdout deleted file mode 100644 index e3d163aa86..0000000000 --- a/testsuite/tests/printer/T14289b.stdout +++ /dev/null @@ -1,32 +0,0 @@ -T14289b.hs:11:2-47: Splicing declarations - [d| data Foo a - = Foo a - deriving (y `C` z) |] - ======> - data Foo a - = Foo a - deriving (C y z) -T14289b.ppr.hs:(8,2)-(10,30): Splicing declarations - [d| data Foo a - = Foo a - deriving (y `C` z) |] - ======> - data Foo a - = Foo a - deriving (C y z) -T14289b.hs:11:2-47: Splicing declarations - [d| data Foo a - = Foo a - deriving (y `C` z) |] - ======> - data Foo a - = Foo a - deriving (C y z) -T14289b.ppr.hs:11:2-47: Splicing declarations - [d| data Foo a - = Foo a - deriving (y `C` z) |] - ======> - data Foo a - = Foo a - deriving (C y z) |