On 13/05/2009 16:44, Simon Peyton Jones wrote:
Wed May 13 08:42:42 PDT 2009  [email protected]
   * Test Trac #1633
   Ignore-this: 9ed80bf9da7412be19f3d77f46fe5a21

     A ./tests/ghc-regress/typecheck/should_fail/T1633.hs
     M ./tests/ghc-regress/typecheck/should_fail/all.T +1

Did you forget the sample output?  This test is failing for me:

=====> T1633(normal)
cd ./typecheck/should_fail && '/64playpen/simonmar/validate/inplace/bin/ghc-stage2' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -c T1633.hs >T1633.comp.stderr 2>&1
Actual stderr output differs from expected:
--- /dev/null   2008-11-03 06:58:18.332439523 +0000
+++ ./typecheck/should_fail/T1633.comp.stderr.normalised 2009-05-14 12:16:56.000000000 +0100
@@ -0,0 +1,6 @@
+
+T1633.hs:6:17:
+    Kind mis-match
+    The first argument of `Functor' should have kind `* -> *',
+    but `Bool' has kind `*'
+    In the instance declaration for `Functor Bool'


Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to