[commit: ghc] master: Add missing stderr file for tcrun045. (a23f131)

git at git.haskell.org git at git.haskell.org
Fri May 30 01:36:55 UTC 2014


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

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

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

commit a23f13132a373ffc2758d6294ecdbbdb8404bae7
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu May 29 17:29:25 2014 -0700

    Add missing stderr file for tcrun045.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

a23f13132a373ffc2758d6294ecdbbdb8404bae7
 .../{should_fail/tcfail211.stderr => should_run/tcrun045.stderr}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_fail/tcfail211.stderr b/testsuite/tests/typecheck/should_run/tcrun045.stderr
similarity index 90%
copy from testsuite/tests/typecheck/should_fail/tcfail211.stderr
copy to testsuite/tests/typecheck/should_run/tcrun045.stderr
index 3adb97c..82826c2 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail211.stderr
+++ b/testsuite/tests/typecheck/should_run/tcrun045.stderr
@@ -1,5 +1,5 @@
 
-tcfail211.hs:5:1:
+tcrun045.hs:24:1:
     Illegal implict parameter ‘?imp::Int’
     In the context: (?imp::Int)
     While checking the super-classes of class ‘D’



More information about the ghc-commits mailing list