[commit: packages/filepath] master: #22, comment out a failing test (49264b6)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:34:38 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/49264b6bd2f9ce776ec32d10114e7f53785d45a9

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

commit 49264b6bd2f9ce776ec32d10114e7f53785d45a9
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Oct 26 21:00:20 2014 +0000

    #22, comment out a failing test


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

49264b6bd2f9ce776ec32d10114e7f53785d45a9
 System/FilePath/Internal.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/System/FilePath/Internal.hs b/System/FilePath/Internal.hs
index ac10ff3..aa24364 100644
--- a/System/FilePath/Internal.hs
+++ b/System/FilePath/Internal.hs
@@ -700,7 +700,6 @@ equalFilePath a b = f a == f b
 --
 -- >          Valid y => equalFilePath x y || (isRelative x && makeRelative y x == x) || equalFilePath (y </> makeRelative y x) x
 -- >          makeRelative x x == "."
--- >          null y || equalFilePath (makeRelative x (x </> y)) y || null (takeFileName x)
 -- > Windows: makeRelative "C:\\Home" "c:\\home\\bob" == "bob"
 -- > Windows: makeRelative "C:\\Home" "c:/home/bob" == "bob"
 -- > Windows: makeRelative "C:\\Home" "D:\\Home\\Bob" == "D:\\Home\\Bob"



More information about the ghc-commits mailing list