[commit: ghc] master: Fix T8172 for Win32 (again) (1c43b74)

git at git.haskell.org git at git.haskell.org
Tue Jan 14 09:47:01 UTC 2014


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

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

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

commit 1c43b743bc7594bd368ece5c46793b9bacaaf0a3
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jan 13 09:05:07 2014 -0600

    Fix T8172 for Win32 (again)
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

1c43b743bc7594bd368ece5c46793b9bacaaf0a3
 testsuite/tests/ghci/scripts/T8172.stdout-ws-32 |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/tests/ghci/scripts/T8172.stdout-ws-32 b/testsuite/tests/ghci/scripts/T8172.stdout-ws-32
index 16144de..1f6138a 100644
--- a/testsuite/tests/ghci/scripts/T8172.stdout-ws-32
+++ b/testsuite/tests/ghci/scripts/T8172.stdout-ws-32
@@ -1,11 +1,11 @@
 current working directory: 
-  C:/
+  C:\
 module import search paths:
   .
 current working directory: 
-  C:/
+  C:\
 module import search paths: none
 current working directory: 
-  C:/
+  C:\
 module import search paths:
   /



More information about the ghc-commits mailing list