summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormniip <mniip@mniip.com>2019-06-17 10:13:30 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-07 14:18:07 (GMT)
commitbca793458c77302c1d46766b7f563c1cc4c17579 (patch)
tree6a4ff48045b630e679e31bfa9708a678f8a8a627
parent2073745c70d830373c67b908e5c42d3cd18c057a (diff)
downloadghc-bca793458c77302c1d46766b7f563c1cc4c17579.zip
ghc-bca793458c77302c1d46766b7f563c1cc4c17579.tar.gz
ghc-bca793458c77302c1d46766b7f563c1cc4c17579.tar.bz2
Fix test
-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 a5e8292..dd4c41c 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