diff options
-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 |