Skip to content

Commit 4a83154

Browse files
committed
Remove Data.String.StripSpec.main
1 parent 4af9fc1 commit 4a83154

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

test/Data/String/StripSpec.hs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
module Data.String.StripSpec (main, spec) where
1+
module Data.String.StripSpec (spec) where
22

33
import Test.Hspec
44
import Data.String.Strip
55

6-
-- `main` is here so that this module can be run from GHCi on its own. It is
7-
-- not needed for automatic spec discovery.
8-
main :: IO ()
9-
main = hspec spec
10-
116
spec :: Spec
127
spec = do
138
describe "strip" $ do

0 commit comments

Comments
 (0)