[commit: ghc] ghc-7.10: testsuite: fix RnStaticPointersFail02 stderr (d29d7cb)

git at git.haskell.org git at git.haskell.org
Wed May 27 19:52:17 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/d29d7cbc72571d308ca349c79f7c895c2385908f/ghc

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

commit d29d7cbc72571d308ca349c79f7c895c2385908f
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed May 27 14:51:55 2015 -0500

    testsuite: fix RnStaticPointersFail02 stderr
    
    Another oops moment from the 'error:' message change.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

d29d7cbc72571d308ca349c79f7c895c2385908f
 testsuite/tests/rename/should_fail/RnStaticPointersFail02.stderr | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/rename/should_fail/RnStaticPointersFail02.stderr b/testsuite/tests/rename/should_fail/RnStaticPointersFail02.stderr
index 52e3609..e949727 100644
--- a/testsuite/tests/rename/should_fail/RnStaticPointersFail02.stderr
+++ b/testsuite/tests/rename/should_fail/RnStaticPointersFail02.stderr
@@ -1,3 +1,2 @@
 
-RnStaticPointersFail02.hs:5:12: error:
-    Not in scope: data constructor ‘T’
+RnStaticPointersFail02.hs:5:12: Not in scope: data constructor ‘T’



More information about the ghc-commits mailing list