[commit: testsuite] wip/T8503: Update test output of print018 (a4bef2f)
git at git.haskell.org
git at git.haskell.org
Fri Nov 22 13:50:28 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : wip/T8503
Link : http://ghc.haskell.org/trac/ghc/changeset/a4bef2f35cccf517dd5c35e78d1e7a1429fe5982/testsuite
>---------------------------------------------------------------
commit a4bef2f35cccf517dd5c35e78d1e7a1429fe5982
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.
>---------------------------------------------------------------
a4bef2f35cccf517dd5c35e78d1e7a1429fe5982
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