[commit: ghc] master: Accept T15828 test output (b1af0ae)

git at git.haskell.org git at git.haskell.org
Fri Nov 30 00:45:52 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b1af0aed08c78f42c7dd2505ed9b96d0cbf1d076/ghc

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

commit b1af0aed08c78f42c7dd2505ed9b96d0cbf1d076
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Thu Nov 29 19:43:32 2018 -0500

    Accept T15828 test output
    
    This test output changed slightly due to commit
    2257a86daa72db382eb927df12a718669d5491f8 (which is expected).


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

b1af0aed08c78f42c7dd2505ed9b96d0cbf1d076
 testsuite/tests/rename/should_fail/T15828.stderr | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/testsuite/tests/rename/should_fail/T15828.stderr b/testsuite/tests/rename/should_fail/T15828.stderr
index aca2542..9ca6366 100644
--- a/testsuite/tests/rename/should_fail/T15828.stderr
+++ b/testsuite/tests/rename/should_fail/T15828.stderr
@@ -1,9 +1,7 @@
 
-T15828.hs:9:20: error:
+T15828.hs:9:3: error:
     • Type indexes must match class instance head
-      Expected: T (Maybe a1) <tv>
-        Actual: T (Maybe a) b
-      where the `<tv>' arguments are type variables,
-      distinct from each other and from the instance variables
+      Expected: T (Maybe a) _
+        Actual: T (Maybe a) b -- Defined at T15828.hs:9:20
     • In the type instance declaration for ‘T’
       In the instance declaration for ‘C (Maybe a)’



More information about the ghc-commits mailing list