[commit: testsuite] master: Update output for T2604 (a4d191e)
José Pedro Magalhães
jpm at cs.uu.nl
Tue May 21 17:03:42 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/a4d191effe41e067b7a5a0f3f2de420782bdbb74
>---------------------------------------------------------------
commit a4d191effe41e067b7a5a0f3f2de420782bdbb74
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date: Tue May 21 14:46:02 2013 +0100
Update output for T2604
>---------------------------------------------------------------
tests/deriving/should_fail/T2604.stderr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/deriving/should_fail/T2604.stderr b/tests/deriving/should_fail/T2604.stderr
index a733609..fc53200 100644
--- a/tests/deriving/should_fail/T2604.stderr
+++ b/tests/deriving/should_fail/T2604.stderr
@@ -1,10 +1,10 @@
T2604.hs:7:35:
- Can't make a derived instance of âTypeable * DListâ:
+ Can't make a derived instance of âTypeable * (DList a)â:
You need -XDeriveDataTypeable to derive an instance for this class
In the data declaration for âDListâ
T2604.hs:9:38:
- Can't make a derived instance of âTypeable * NListâ:
+ Can't make a derived instance of âTypeable * (NList a)â:
You need -XDeriveDataTypeable to derive an instance for this class
In the newtype declaration for âNListâ
More information about the ghc-commits
mailing list