Skip to content

Commit 77ff50b

Browse files
committed
Run the doctests from the right place.
1 parent 918bfb4 commit 77ff50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-source/test/Doctest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ main :: IO ()
99
main = do
1010
args <- getArgs
1111
autogen <- fmap (<> "/build/doctest/autogen") <$> lookupEnv "HASKELL_DIST_DIR"
12-
doctest (maybe id ((:) . ("-i" <>)) autogen ("-isrc" : "--fast" : if null args then ["src"] else args))
12+
doctest (maybe id ((:) . ("-i" <>)) autogen ("-isemantic-source/src" : "--fast" : if null args then ["semantic-source/src"] else args))

0 commit comments

Comments
 (0)