[commit: packages/filepath] master: Remove "|bcd123" from character set for tests (#15) (3bd5fa0)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:35:51 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/3bd5fa01a770850302d3a8342b009a785aa0ce03

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

commit 3bd5fa01a770850302d3a8342b009a785aa0ce03
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Tue Oct 28 21:17:38 2014 +0100

    Remove "|bcd123" from character set for tests (#15)


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

3bd5fa01a770850302d3a8342b009a785aa0ce03
 tests/AutoTest.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/AutoTest.hs b/tests/AutoTest.hs
index e65960b..00ddd30 100644
--- a/tests/AutoTest.hs
+++ b/tests/AutoTest.hs
@@ -31,7 +31,7 @@ instance Arbitrary QFilePath where
 newtype QChar = QChar {fromQChar :: Char}
 
 instance Arbitrary QChar where
-    arbitrary = fmap QChar $ elements "?|./:\\abcd 123;_"
+    arbitrary = fmap QChar $ elements "?./:\\a ;_"
 
 
 



More information about the ghc-commits mailing list