[commit: ghc] master: Accept new stdout for tcrun045 (45f0026)

git at git.haskell.org git at git.haskell.org
Thu Jul 5 13:52:23 UTC 2018


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

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

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

commit 45f0026818402aa08398131507bc587ea4a2b387
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Thu Jul 5 09:44:18 2018 -0400

    Accept new stdout for tcrun045
    
    The stdout produced by test tcrun045 changed in commit
    45f44e2c9d5db2f25c52abb402f197c20579400f. The change appears to be
    benign, so I've decided to accept it.


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

45f0026818402aa08398131507bc587ea4a2b387
 testsuite/tests/typecheck/should_run/tcrun045.stderr | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/testsuite/tests/typecheck/should_run/tcrun045.stderr b/testsuite/tests/typecheck/should_run/tcrun045.stderr
index f6b1652..feabc4b 100644
--- a/testsuite/tests/typecheck/should_run/tcrun045.stderr
+++ b/testsuite/tests/typecheck/should_run/tcrun045.stderr
@@ -1,9 +1,7 @@
 
 tcrun045.hs:11:10: error:
     • Illegal implicit parameter ‘?imp::Int’
-    • In the context: ?imp::Int
-      While checking an instance declaration
-      In the instance declaration for ‘C Int’
+    • In the instance declaration for ‘C Int’
 
 tcrun045.hs:24:1: error:
     • Illegal implicit parameter ‘?imp::Int’
@@ -13,6 +11,4 @@ tcrun045.hs:24:1: error:
 
 tcrun045.hs:27:10: error:
     • Illegal implicit parameter ‘?imp::Int’
-    • In the context: ?imp::Int
-      While checking an instance declaration
-      In the instance declaration for ‘D Int’
+    • In the instance declaration for ‘D Int’



More information about the ghc-commits mailing list