From 9c30b11667507cddeff2c0a4eb416d672a29a2ef Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 13 Mar 2014 09:34:45 +0900 Subject: [PATCH] typo. --- test/LintSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/LintSpec.hs b/test/LintSpec.hs index e333f5d..c007f34 100644 --- a/test/LintSpec.hs +++ b/test/LintSpec.hs @@ -6,7 +6,7 @@ import Test.Hspec spec :: Spec spec = do describe "lintSyntax" $ do - it "check syntax with HList" $ do + it "check syntax with HLint" $ do res <- lintSyntax defaultOptions "test/data/hlint.hs" res `shouldBe` "test/data/hlint.hs:4:8: Error: Redundant do\NULFound:\NUL do putStrLn \"Hello, world!\"\NULWhy not:\NUL putStrLn \"Hello, world!\"\n"