diff --git a/htest/Test/Ganeti/Attoparsec.hs b/htest/Test/Ganeti/Attoparsec.hs index a91835768788237e66c119f71ec43c1b66b98981..aec066b17f900b4073f8b0e263d0c23f18061bf3 100644 --- a/htest/Test/Ganeti/Attoparsec.hs +++ b/htest/Test/Ganeti/Attoparsec.hs @@ -52,6 +52,7 @@ simpleParser = do v <- A.takeTill A.isEndOfLine return (unpack n, unpack v) +{-# ANN case_unicodeParsing "HLint: ignore Use camelCase" #-} -- | Tests whether a Unicode string is still Unicode after being -- parsed. case_unicodeParsing :: Assertion