Examine behaviour of hlint and fourmolu without Stack
This commit is contained in:
parent
5f0f53ba79
commit
75187895bc
2 changed files with 26 additions and 28 deletions
|
|
@ -5,14 +5,9 @@ import Prelude
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
import Test.Tasty (defaultMain, testGroup)
|
||||
import Test.Tasty.HUnit (assertBool, testCase)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
main :: IO ()
|
||||
main =
|
||||
defaultMain $
|
||||
testGroup
|
||||
"Suites"
|
||||
[ testCase "will fail" $ assertBool "false" False
|
||||
]
|
||||
defaultMain $ testGroup "Suites" []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue