aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pandoc.hs')
-rw-r--r--tests/test-pandoc.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-pandoc.hs b/tests/test-pandoc.hs
index 9f3d65300..316060c83 100644
--- a/tests/test-pandoc.hs
+++ b/tests/test-pandoc.hs
@@ -6,14 +6,12 @@ import Test.Framework
import qualified Tests.Old
import qualified Tests.Readers.LaTeX
-import qualified Tests.Shared
tests :: [Test]
tests = [ testGroup "Old" Tests.Old.tests
, testGroup "Readers"
[ testGroup "LaTeX" Tests.Readers.LaTeX.tests
]
- , testGroup "Shared" Tests.Shared.tests
]
main :: IO ()