Moved Tests.Shared -> Tests.Helpers.

Tests.Shared would be the natural place to put tests for functions
in Text.Pandoc.Shared.
This commit is contained in:
John MacFarlane 2011-01-13 10:59:44 -08:00
parent 99c361d2b4
commit 4ccd30fe3e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
module Tests.Shared where
module Tests.Helpers where
import Text.Pandoc

View file

@ -3,7 +3,7 @@ module Tests.Readers.LaTeX (tests) where
import Text.Pandoc.Definition
import Test.Framework
import Tests.Shared
import Tests.Helpers
tests :: [Test]
tests = [ testGroup "basic" [ latexTest "simplest" "word"