Skip to content

Commit 41b1085

Browse files
authored
fix test (#3051)
1 parent b7c4274 commit 41b1085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ghcide/test/exe/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4359,7 +4359,7 @@ findDefinitionAndHoverTests = let
43594359
, tst (getTypeDefinitions, checkDefs) aL20 sourceFilePath (pure [ExpectNoDefinitions]) "Polymorphic variable"]
43604360

43614361
recordDotSyntaxTests
4362-
| ghcVersion == GHC92 =
4362+
| ghcVersion >= GHC92 =
43634363
[ tst (getHover, checkHover) (Position 19 24) (T.unpack "RecordDotSyntax.hs") (pure [ExpectHoverText ["x :: MyRecord"]]) "hover over parent"
43644364
, tst (getHover, checkHover) (Position 19 25) (T.unpack "RecordDotSyntax.hs") (pure [ExpectHoverText ["_ :: MyChild"]]) "hover over dot shows child"
43654365
, tst (getHover, checkHover) (Position 19 26) (T.unpack "RecordDotSyntax.hs") (pure [ExpectHoverText ["_ :: MyChild"]]) "hover over child"

0 commit comments

Comments
 (0)