aboutsummaryrefslogtreecommitdiffstats
path: root/test/Test.hs
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-16 11:35:39 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-16 11:35:39 +0000
commita83b3b40f683400914d0f3ae23bd9e69e6e0fd96 (patch)
tree5bd7bcd8a36cce820dae888fdd4eeca080f8356d /test/Test.hs
parentf5f2b13429bd81aa1e53431e950439c3542a9100 (diff)
downloadverismith-a83b3b40f683400914d0f3ae23bd9e69e6e0fd96.tar.gz
verismith-a83b3b40f683400914d0f3ae23bd9e69e6e0fd96.zip
Fix warnings for -Wall
Diffstat (limited to 'test/Test.hs')
-rw-r--r--test/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.hs b/test/Test.hs
index 389fdff..f2609ba 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -3,9 +3,9 @@ module Main where
import Property
import Test.Tasty
import Unit
-import VeriFuzz
tests :: TestTree
tests = testGroup "Tests" [unitTests, propertyTests]
+main :: IO ()
main = defaultMain tests