Skip to content

Commit b65b289

Browse files
authored
Rename tests for clarity
1 parent c8f001f commit b65b289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghcide/test/exe/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ addFunctionConstraintTests = let
20162016
(missingConstraintSourceCode "")
20172017
(missingConstraintSourceCode "Eq a => ")
20182018
, check
2019-
"Add `Eq a` to the context of the type signature for `eq`"
2019+
"Add `Eq a` to the context of the type signature for `eq` (forall)"
20202020
(missingConstraintWithForAllSourceCode "")
20212021
(missingConstraintWithForAllSourceCode "Eq a => ")
20222022
, check
@@ -2028,7 +2028,7 @@ addFunctionConstraintTests = let
20282028
(incompleteConstraintSourceCode2 "(Eq a, Eq b)")
20292029
(incompleteConstraintSourceCode2 "(Eq a, Eq b, Eq c)")
20302030
, check
2031-
"Add `Eq b` to the context of the type signature for `eq`"
2031+
"Add `Eq b` to the context of the type signature for `eq` (forall)"
20322032
(incompleteConstraintWithForAllSourceCode "Eq a")
20332033
(incompleteConstraintWithForAllSourceCode "(Eq a, Eq b)")
20342034
, check

0 commit comments

Comments
 (0)