summaryrefslogtreecommitdiff
path: root/Command/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Test.hs')
-rw-r--r--Command/Test.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Test.hs b/Command/Test.hs
index 3c4251460..af02985af 100644
--- a/Command/Test.hs
+++ b/Command/Test.hs
@@ -11,10 +11,10 @@ import Common
import Command
import Messages
-cmd :: [Command]
-cmd = [ noRepo startIO $ dontCheck repoExists $
+cmd :: Command
+cmd = noRepo startIO $ dontCheck repoExists $
command "test" paramNothing seek SectionTesting
- "run built-in test suite"]
+ "run built-in test suite"
seek :: CommandSeek
seek = withWords start