[commit: testsuite] master: Update test output of print018 (9412c26)

git at git.haskell.org git at git.haskell.org
Fri Nov 22 18:29:57 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9412c268364a4b2470f468818df9af038346484b/testsuite

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

commit 9412c268364a4b2470f468818df9af038346484b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Nov 22 13:42:54 2013 +0000

    Update test output of print018
    
    It seems that “Use bindLocalNamesFV in rn_inst_info” makes some names
    nicer in the debugger output.


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

9412c268364a4b2470f468818df9af038346484b
 tests/ghci.debugger/scripts/print018.stdout |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/ghci.debugger/scripts/print018.stdout b/tests/ghci.debugger/scripts/print018.stdout
index 62fb191..2686130 100644
--- a/tests/ghci.debugger/scripts/print018.stdout
+++ b/tests/ghci.debugger/scripts/print018.stdout
@@ -1,11 +1,11 @@
-Breakpoint 0 activated at ..\Test.hs:40:1-17
-Stopped at ..\Test.hs:40:1-17
+Breakpoint 0 activated at ../Test.hs:40:1-17
+Stopped at ../Test.hs:40:1-17
 _result :: () = _
-Stopped at ..\Test.hs:40:10-17
+Stopped at ../Test.hs:40:10-17
 _result :: () = _
-x :: a17 = _
-x = (_t1::a17)
-x :: a17
+x :: a = _
+x = (_t1::a)
+x :: a
 ()
 x = Unary
 x :: Unary



More information about the ghc-commits mailing list