summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormniip <mniip@mniip.com>2019-07-29 15:59:40 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-07 14:18:07 (GMT)
commit2c1b1ad7dffdde91685f310575a2aba5d211fd81 (patch)
tree4b0c82030c435278727b1d1e76376dc8b8b2bf89
parentca8efc496db5fbfce56c19f06fc382c968907fd2 (diff)
downloadghc-2c1b1ad7dffdde91685f310575a2aba5d211fd81.zip
ghc-2c1b1ad7dffdde91685f310575a2aba5d211fd81.tar.gz
ghc-2c1b1ad7dffdde91685f310575a2aba5d211fd81.tar.bz2
Fix test
-rw-r--r--testsuite/tests/ghci/scripts/T15546.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T15546.stdout b/testsuite/tests/ghci/scripts/T15546.stdout
index 9892753..5dc8cf3 100644
--- a/testsuite/tests/ghci/scripts/T15546.stdout
+++ b/testsuite/tests/ghci/scripts/T15546.stdout
@@ -5,5 +5,5 @@ type family E a b :: * where
type family E a b :: * where
{- #0 -} E a a = ()
{- #1 -} E a b = Bool
- -- incompatible with: #0
+ -- incompatible with: #0
-- Defined at <interactive>:2:1