Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4ce9f9203d5637439c09c68db2bdb0ab8b30088c >--------------------------------------------------------------- commit 4ce9f9203d5637439c09c68db2bdb0ab8b30088c Author: Jose Pedro Magalhaes <[email protected]> Date: Fri Nov 11 13:46:06 2011 +0000 Add expected failure output for tc167 >--------------------------------------------------------------- tests/typecheck/should_compile/tc167.stderr | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tests/typecheck/should_compile/tc167.stderr b/tests/typecheck/should_compile/tc167.stderr new file mode 100644 index 0000000..154338d --- /dev/null +++ b/tests/typecheck/should_compile/tc167.stderr @@ -0,0 +1,6 @@ + +tc167.hs:8:11: + Expecting a lifted type, but `Int#' is unlifted + The first argument of `(->)' should have kind `*', + but `Int#' has kind `#' + In the type signature for `f': f :: (->) Int# Int# _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
