Fix the test files path in test:Unicode.Char

This commit is contained in:
Adithya Kumar 2021-09-11 01:47:58 +05:30
parent 932f7b26f0
commit be3c22d520

View File

@ -126,7 +126,7 @@ testNormalize file = do
checkAll [] = return ()
filesDir :: String
filesDir = "Streamly/Test/Unicode"
filesDir = "test/Streamly/Test/Unicode"
main :: IO ()
main = do