[commit: ghc] ghc-8.0: T9357: Fix expected output (9a2c0d8)

git at git.haskell.org git at git.haskell.org
Wed Mar 23 16:37:52 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/9a2c0d8a13b668dee8eadbc8ad87bb036ffca4f9/ghc

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

commit 9a2c0d8a13b668dee8eadbc8ad87bb036ffca4f9
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Mar 21 13:04:40 2016 +0100

    T9357: Fix expected output


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

9a2c0d8a13b668dee8eadbc8ad87bb036ffca4f9
 testsuite/tests/indexed-types/should_fail/T9357.stderr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/indexed-types/should_fail/T9357.stderr b/testsuite/tests/indexed-types/should_fail/T9357.stderr
index 32331e5..daa735d 100644
--- a/testsuite/tests/indexed-types/should_fail/T9357.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T9357.stderr
@@ -1,4 +1,4 @@
 
 T9357.hs:12:15: error:
-    • Illegal polymorphic or qualified type: forall a1. a1 -> a1
+    • Illegal polymorphic type: forall a. a -> a
     • In the type instance declaration for ‘F’



More information about the ghc-commits mailing list