aboutsummaryrefslogtreecommitdiffstats
path: root/test/Doctest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Doctest.hs')
-rw-r--r--test/Doctest.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Doctest.hs b/test/Doctest.hs
index 421f3d6..44fecac 100644
--- a/test/Doctest.hs
+++ b/test/Doctest.hs
@@ -8,5 +8,4 @@ main :: IO ()
main = do
traverse_ putStrLn args -- optionally print arguments
doctest args
- where
- args = flags ++ pkgs ++ module_sources
+ where args = flags ++ pkgs ++ module_sources