TestMain should export main.
This commit is contained in:
parent
19b432796b
commit
6a047982a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user