mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Don’t include the args twice.
This commit is contained in:
parent
c962a0bae5
commit
5cb387836d
@ -8,7 +8,7 @@ import Test.DocTest
|
||||
main :: IO ()
|
||||
main = do
|
||||
args <- getArgs
|
||||
doctest (map ("-X" ++) extensions ++ args ++ "-isrc" : if null args then ["src"] else args)
|
||||
doctest (map ("-X" ++) extensions ++ "-isrc" : if null args then ["src"] else args)
|
||||
|
||||
extensions :: [String]
|
||||
extensions =
|
||||
|
Loading…
Reference in New Issue
Block a user