[commit: testsuite] master: Update test output (13acd2a)
José Pedro Magalhães <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/13acd2a3015eddce69b682b904203004c0055313 >--------------------------------------------------------------- commit 13acd2a3015eddce69b682b904203004c0055313 Author: Jose Pedro Magalhaes <[email protected]> Date: Fri Sep 21 11:41:08 2012 +0100 Update test output >--------------------------------------------------------------- tests/generics/GenCannotDoRep0.stderr | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/generics/GenCannotDoRep0.stderr b/tests/generics/GenCannotDoRep0.stderr index e222819..291ab14 100644 --- a/tests/generics/GenCannotDoRep0.stderr +++ b/tests/generics/GenCannotDoRep0.stderr @@ -9,7 +9,7 @@ GenCannotDoRep0.hs:13:45: GenCannotDoRep0.hs:17:1: Can't make a derived instance of `Generic (P Int)': - P must not be instantiated; try deriving `P Int' instead + P must not be instantiated; try deriving `P a' instead In the stand-alone deriving instance for `Generic (P Int)' GenCannotDoRep0.hs:26:1: