We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4208cd commit bc005c3Copy full SHA for bc005c3
plugins/hls-change-type-signature-plugin/test/Main.hs
@@ -40,7 +40,7 @@ test :: TestTree
40
test = testGroup "changeTypeSignature" [
41
testRegexes
42
, codeActionTest "TExpectedActual" 4 11
43
- , knownBrokenForGhcVersions [GHC92, GHC94, GHC96] "Error Message in 9.2/9.4 does not provide enough info" $ codeActionTest "TRigidType" 4 14
+ , knownBrokenForGhcVersions [GHC92, GHC94, GHC96, GHC98] "Error Message in 9.2/9.4 does not provide enough info" $ codeActionTest "TRigidType" 4 14
44
, codeActionTest "TRigidType2" 4 6
45
, codeActionTest "TLocalBinding" 7 22
46
, codeActionTest "TLocalBindingShadow1" 11 8
0 commit comments