TestMain should export main.

This commit is contained in:
Adam Sampson 2011-07-20 15:07:29 +00:00
parent 19b432796b
commit 6a047982a3

View File

@ -53,7 +53,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
-- * "StructureOccamTest"
--
-- * "UsageCheckTest"
module TestMain () where
module TestMain (main) where
import Control.Monad
import Data.List