[commit: testsuite] master: Follow TH pretty-printing change (22af0ac)

git at git.haskell.org git at git.haskell.org
Thu Aug 29 17:47:17 CEST 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/22af0ac2b1c63a3763b72251c793d4dafda1dc6c/testsuite

>---------------------------------------------------------------

commit 22af0ac2b1c63a3763b72251c793d4dafda1dc6c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Aug 28 16:41:34 2013 +0100

    Follow TH pretty-printing change


>---------------------------------------------------------------

22af0ac2b1c63a3763b72251c793d4dafda1dc6c
 tests/th/T7064.stdout |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/th/T7064.stdout b/tests/th/T7064.stdout
index fa09ac3..3cbac10 100644
--- a/tests/th/T7064.stdout
+++ b/tests/th/T7064.stdout
@@ -13,7 +13,7 @@ g3_0 x_1 = 3
                              GHC.Types.Int -> GHC.Types.Int #-}
 data T_0 a_1 = T_2 a_1
 instance GHC.Classes.Eq a_0 => GHC.Classes.Eq (T_1 a_0)
-    where GHC.Classes.== (T_2 x_3) (T_2 y_4) = x_3 GHC.Classes.== y_4
+    where (GHC.Classes.==) (T_2 x_3) (T_2 y_4) = x_3 GHC.Classes.== y_4
           {-# SPECIALISE instance GHC.Classes.Eq (T_1 GHC.Types.Int) #-}
 {-# RULES "rule1"
     GHC.Real.fromIntegral





More information about the ghc-commits mailing list