aboutsummaryrefslogtreecommitdiff
path: root/test/test-pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-pandoc.hs')
-rw-r--r--test/test-pandoc.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-pandoc.hs b/test/test-pandoc.hs
index cda329706..2624e9a53 100644
--- a/test/test-pandoc.hs
+++ b/test/test-pandoc.hs
@@ -31,8 +31,8 @@ import Text.Pandoc.Shared (inDirectory)
import System.Environment (getArgs)
tests :: [Test]
-tests = [ testGroup "Old" Tests.Old.tests
- , testGroup "Command" Tests.Command.tests
+tests = [ Tests.Command.tests
+ , testGroup "Old" Tests.Old.tests
, testGroup "Shared" Tests.Shared.tests
, testGroup "Writers"
[ testGroup "Native" Tests.Writers.Native.tests