[commit: ghc] wip/type-app: Testsuite wibbles (acae6fa)

git at git.haskell.org git at git.haskell.org
Fri Aug 7 12:07:55 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/type-app
Link       : http://ghc.haskell.org/trac/ghc/changeset/acae6faea2546c8cd879c4a1f5cef291c862b0ba/ghc

>---------------------------------------------------------------

commit acae6faea2546c8cd879c4a1f5cef291c862b0ba
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Thu Aug 6 10:50:19 2015 -0400

    Testsuite wibbles


>---------------------------------------------------------------

acae6faea2546c8cd879c4a1f5cef291c862b0ba
 testsuite/tests/th/T8577.stderr | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/th/T8577.stderr b/testsuite/tests/th/T8577.stderr
index 734007e..ef95cc3 100644
--- a/testsuite/tests/th/T8577.stderr
+++ b/testsuite/tests/th/T8577.stderr
@@ -1,7 +1,8 @@
 
-T8577.hs:9:11:
+T8577.hs:9:11: error:
     Couldn't match type ‘Int’ with ‘Bool’
     Expected type: Q (TExp (A Bool))
       Actual type: Q (TExp (A Int))
     In the expression: y
     In the Template Haskell splice $$y
+    In the expression: $$y



More information about the ghc-commits mailing list