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 1b899c3..7463dfe 100644
--- a/test/Doctest.hs
+++ b/test/Doctest.hs
@@ -4,5 +4,4 @@ import Build_doctests (flags, module_sources, pkgs)
import Test.DocTest (doctest)
main :: IO ()
-main = doctest args
- where args = flags ++ pkgs ++ module_sources
+main = doctest args where args = flags ++ pkgs ++ module_sources