From 2c1b1ad7dffdde91685f310575a2aba5d211fd81 Mon Sep 17 00:00:00 2001 From: mniip Date: Mon, 29 Jul 2019 18:59:40 +0300 Subject: [PATCH] Fix test --- testsuite/tests/ghci/scripts/T15546.stdout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :2:1 -- GitLab