summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-10-17 23:10:14 -0400
committerBen Gamari <ben@smart-cactus.org>2022-10-18 15:07:45 -0400
commit59b99b94d361dab85a2d7df8166728b0b09f0dbe (patch)
tree2d0a214b02905a0e157fa8e2c6af1e66328ffb4a
parent0a6fd6b1697e70fca7a6996c5fdd8e08d945e865 (diff)
downloadhaskell-59b99b94d361dab85a2d7df8166728b0b09f0dbe.tar.gz
testsuite: Drop annotation from T17904
Annotations make it harder to run tests due to compile-time code loading and this particular annotation was not critical to the test.
-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