Skip to content

Commit cd93447

Browse files
committed
warnings
1 parent 4117da7 commit cd93447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hls-test-utils/src/Test/Hls/Util.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ ignoreForGhcVersions vers = ignoreInEnv (map GhcVer vers)
154154

155155
-- | Mark as broken if GHC does not match only work versions.
156156
onlyWorkForGhcVersions :: (GhcVersion -> Bool) -> String -> TestTree -> TestTree
157-
onlyWorkForGhcVersions pred reason =
158-
if pred ghcVersion
157+
onlyWorkForGhcVersions p reason =
158+
if p ghcVersion
159159
then id
160160
else expectFailBecause reason
161161

0 commit comments

Comments
 (0)