[commit: testsuite] master: Improve tests slightly (47e8c7e)
Simon Peyton Jones
simonpj at microsoft.com
Mon Apr 22 14:01:08 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/47e8c7edfeafe913f47750f1d292599f5a61283e
>---------------------------------------------------------------
commit 47e8c7edfeafe913f47750f1d292599f5a61283e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Apr 22 12:55:22 2013 +0100
Improve tests slightly
>---------------------------------------------------------------
tests/typecheck/should_fail/T7368.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/typecheck/should_fail/T7368.hs b/tests/typecheck/should_fail/T7368.hs
index 088f874..92e384c 100644
--- a/tests/typecheck/should_fail/T7368.hs
+++ b/tests/typecheck/should_fail/T7368.hs
@@ -1,6 +1,6 @@
module T7368 where
-f = b (l () )
+f = b (l Nothing)
l :: b a -> c b
l = undefined
More information about the ghc-commits
mailing list