Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit ce1d209

Browse files
committed
Correct the doctest runner.
1 parent 2009e4a commit ce1d209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-core/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-code/src" : "--fast" : if null args then ["semantic-core/src"] else args))

0 commit comments

Comments
 (0)