summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/codeGen/should_compile/T17904.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/codeGen/should_compile/T17904.hs b/testsuite/tests/codeGen/should_compile/T17904.hs
index 18badc605a..f5e57f0c5f 100644
--- a/testsuite/tests/codeGen/should_compile/T17904.hs
+++ b/testsuite/tests/codeGen/should_compile/T17904.hs
@@ -13,8 +13,6 @@ module T17904
import GHC.Exts ( TYPE, Int (..) )
import Prelude hiding (lookup)
-{-# ANN module ("HLint: ignore Eta reduce" :: String) #-}
-
class Hashable a where
hashWithSalt :: Int -> a -> Int