summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T18572.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T18572.hs')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T18572.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T18572.hs b/testsuite/tests/pmcheck/should_compile/T18572.hs
index 9a37de4813..9a0dd07201 100644
--- a/testsuite/tests/pmcheck/should_compile/T18572.hs
+++ b/testsuite/tests/pmcheck/should_compile/T18572.hs
@@ -3,10 +3,10 @@
module T18572 where
-True = True
+True = True -- no warning
data SBool (b :: Bool) where
STrue :: SBool True
SFalse :: SBool False
-STrue = SFalse
+STrue = SFalse -- "redundant", not "inaccessible"