We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a475307 commit 32b5cbcCopy full SHA for 32b5cbc
test/functional/TypeDefinition.hs
@@ -19,7 +19,8 @@ tests = testGroup "type definitions" [
19
$ getTypeDefinitionTest' (16, 21) 13
20
, testCase "finds local definition of sum type variable"
21
$ getTypeDefinitionTest' (21, 13) 18
22
- , testCase "finds local definition of sum type constructor"
+ , knownBrokenForGhcVersions [GHC88] "Definition of sum type not found from data constructor in GHC 8.8.x" $
23
+ testCase "finds local definition of sum type constructor"
24
$ getTypeDefinitionTest' (24, 7) 18
25
, testCase "finds non-local definition of type def"
26
$ getTypeDefinitionTest' (30, 17) 27
0 commit comments