diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-29T19·37+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-29T19·39+0100 |
commit | 7d340689ba2ffca99aa166591483b8e662518f2c (patch) | |
tree | 14fce2ad9578ce8c5c472360da830001ad70534c /tools/url-blocker/Main.hs | |
parent | 946764f6bd8dc8a4c9653e0b148ed96d95aabd9c (diff) |
Delete the stale tests
While this project would benefit from having test coverage, the current tests are not providing any useful coverage.
Diffstat (limited to 'tools/url-blocker/Main.hs')
-rw-r--r-- | tools/url-blocker/Main.hs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/url-blocker/Main.hs b/tools/url-blocker/Main.hs index 34197981598c..926412ce91f9 100644 --- a/tools/url-blocker/Main.hs +++ b/tools/url-blocker/Main.hs @@ -1,12 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE DeriveGeneric #-} -module Main - ( main - , getRules - , URL(..) - , Rule(..) - ) where +module Main ( main ) where -------------------------------------------------------------------------------- -- Dependencies |