[commit: testsuite] ghc-generics: More adaptation of the testsuite to the ghc-generics changes. (5591080)
José Pedro Magalhães
jpm at cs.uu.nl
Wed May 4 12:15:00 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-generics
http://hackage.haskell.org/trac/ghc/changeset/5591080c10698a3a0a5b3ceb931074f30483cd7a
>---------------------------------------------------------------
commit 5591080c10698a3a0a5b3ceb931074f30483cd7a
Author: Jose Pedro Magalhaes <jpm at cs.uu.nl>
Date: Wed May 4 12:13:25 2011 +0200
More adaptation of the testsuite to the ghc-generics changes.
>---------------------------------------------------------------
tests/ghc-regress/driver/T4437.hs | 1 +
.../generics/GShow/GShow1.interp.stdout | 4 ----
.../simplCore/should_compile/simpl016.stderr | 2 +-
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/tests/ghc-regress/driver/T4437.hs b/tests/ghc-regress/driver/T4437.hs
index 07ca2e5..4809cee 100644
--- a/tests/ghc-regress/driver/T4437.hs
+++ b/tests/ghc-regress/driver/T4437.hs
@@ -15,6 +15,7 @@ main = do let ghcExtensions = [ ext | (ext, _, _) <- xFlags ]
= ["ParallelArrays",
"RelaxedLayout",
"DeriveRepresentable",
+ "DefaultSignatures",
"AlternativeLayoutRule",
"AlternativeLayoutRuleTransitional"]
unexpectedGhcOnlyExtension = ghcOnlyExtensions
diff --git a/tests/ghc-regress/generics/GShow/GShow1.interp.stdout b/tests/ghc-regress/generics/GShow/GShow1.interp.stdout
deleted file mode 100644
index 9da37fb..0000000
--- a/tests/ghc-regress/generics/GShow/GShow1.interp.stdout
+++ /dev/null
@@ -1,4 +0,0 @@
-===== program output begins here
-D0
-D1 {d11 = Just 'p', d12 = D0}
-D1 {d11 = (3,0.14), d12 = D0}
diff --git a/tests/ghc-regress/simplCore/should_compile/simpl016.stderr b/tests/ghc-regress/simplCore/should_compile/simpl016.stderr
index 921381b..b2246dd 100644
--- a/tests/ghc-regress/simplCore/should_compile/simpl016.stderr
+++ b/tests/ghc-regress/simplCore/should_compile/simpl016.stderr
@@ -1,4 +1,4 @@
simpl016.hs:5:1:
Warning: Forall'd constraint Num b is not bound in RULE lhs
- delta' @ Int @ b GHC.Base.$fEqInt
+ delta' @ Int @ b GHC.Classes.$fEqInt
More information about the Cvs-ghc
mailing list