1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Remove the main function from TermSpec.

This commit is contained in:
Rob Rix 2016-01-05 11:26:49 -05:00
parent 801d0e1d54
commit 271d47f8f4

View File

@ -9,9 +9,6 @@ import Interpreter
import Diff
import ArbitraryTerm
main :: IO ()
main = hspec spec
spec :: Spec
spec = parallel $ do
describe "Term" $ do