Skip to content

Commit 18a0d94

Browse files
committed
Fix
1 parent 861aef6 commit 18a0d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/hls-refactor-plugin/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ suggestImportTests = testGroup "suggest import actions"
17321732
suggestAddRecordFieldImportTests :: TestTree
17331733
suggestAddRecordFieldImportTests = testGroup "suggest imports of record fields when using OverloadedRecordDot"
17341734
[ testGroup "The field is suggested when an instance resolution failure occurs"
1735-
[ ignoreFor (BrokenForGHC [GHC810, GHC90, GHC94, GHC96]) "Extension not present <9.2, and the assist is derived from the help message in >=9.4" theTest
1735+
[ ignoreFor (BrokenForGHC [GHC90, GHC94, GHC96]) "Extension not present <9.2, and the assist is derived from the help message in >=9.4" theTest
17361736
]
17371737
]
17381738
where

test/functional/Completion.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,4 @@ compls `shouldNotContainCompl` lbl =
387387
@? "Should not contain completion: " ++ show lbl
388388

389389
expectFailIfBeforeGhc92 :: String -> TestTree -> TestTree
390-
expectFailIfBeforeGhc92 = knownBrokenForGhcVersions [GHC810, GHC90]
390+
expectFailIfBeforeGhc92 = knownBrokenForGhcVersions [GHC90]

0 commit comments

Comments
 (0)