summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authormniip <mniip@mniip.com>2019-06-17 13:13:30 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-07 10:18:07 -0400
commitbca793458c77302c1d46766b7f563c1cc4c17579 (patch)
tree6a4ff48045b630e679e31bfa9708a678f8a8a627 /testsuite
parent2073745c70d830373c67b908e5c42d3cd18c057a (diff)
downloadhaskell-bca793458c77302c1d46766b7f563c1cc4c17579.tar.gz
Fix test
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/ghci/scripts/T15546.stdout16
1 files changed, 7 insertions, 9 deletions
diff --git a/testsuite/tests/ghci/scripts/T15546.stdout b/testsuite/tests/ghci/scripts/T15546.stdout
index a5e8292ac3..dd4c41c20e 100644
--- a/testsuite/tests/ghci/scripts/T15546.stdout
+++ b/testsuite/tests/ghci/scripts/T15546.stdout
@@ -1,11 +1,9 @@
-type family E a b :: *
- where
- E a a = ()
- E a b = Bool
+type family E a b :: * where
+ E a a = ()
+ E a b = Bool
-- Defined at <interactive>:2:1
-type family E a b :: *
- where
- E a a = ()
- E a b = Bool
- -- incompatible indices: 0
+type family E a b :: * where
+ E a a = ()
+ E a b = Bool
+ -- incompatible indices: 0
-- Defined at <interactive>:2:1