diff options
author | mniip <mniip@mniip.com> | 2019-07-29 18:59:40 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-07 10:18:07 -0400 |
commit | 2c1b1ad7dffdde91685f310575a2aba5d211fd81 (patch) | |
tree | 4b0c82030c435278727b1d1e76376dc8b8b2bf89 | |
parent | ca8efc496db5fbfce56c19f06fc382c968907fd2 (diff) | |
download | haskell-2c1b1ad7dffdde91685f310575a2aba5d211fd81.tar.gz |
Fix test
-rw-r--r-- | testsuite/tests/ghci/scripts/T15546.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T15546.stdout b/testsuite/tests/ghci/scripts/T15546.stdout index 9892753fc0..5dc8cf3679 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 |