diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail016.hs-boot')
-rw-r--r-- | testsuite/tests/deriving/should_fail/drvfail016.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail016.hs-boot b/testsuite/tests/deriving/should_fail/drvfail016.hs-boot index b3a388f736..6f3ed16636 100644 --- a/testsuite/tests/deriving/should_fail/drvfail016.hs-boot +++ b/testsuite/tests/deriving/should_fail/drvfail016.hs-boot @@ -3,5 +3,5 @@ module A where -data D +data D = D deriving Show |