diff --git a/test/Main.hs b/test/Main.hs index 6983a9d..40f31d3 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -46,7 +46,7 @@ restrictions = (isNothing (void (parseAbsDir x) <|> void (parseRelDir x) <|> void (parseAbsFile x) <|> - void (parseRelDir x))) + void (parseRelFile x))) -- | The 'filename' operation. operationFilename :: Spec