summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15546.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T15546.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T15546.stdout6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T15546.stdout b/testsuite/tests/ghci/scripts/T15546.stdout
index 5dc8cf3679..d14b442bb8 100644
--- a/testsuite/tests/ghci/scripts/T15546.stdout
+++ b/testsuite/tests/ghci/scripts/T15546.stdout
@@ -1,8 +1,10 @@
-type family E a b :: * where
+type E :: * -> * -> *
+type family E a b where
E a a = ()
E a b = Bool
-- Defined at <interactive>:2:1
-type family E a b :: * where
+type E :: * -> * -> *
+type family E a b where
{- #0 -} E a a = ()
{- #1 -} E a b = Bool
-- incompatible with: #0