Fix a few things

This commit is contained in:
Michael Peyton Jones 2024-06-19 17:37:56 +01:00
parent a37a4565e9
commit 65391062a0
2 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ nonLocalCompletionTests =
where
brokenForWinGhc = knownBrokenOnWindows "Windows has strange things in scope for some reason"
brokenForWinOldGhc =
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC94] "Windows (GHC == 9.4) has strange things in scope for some reason"
knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC94] "Windows (GHC == 9.4) has strange things in scope for some reason"
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC96] "Windows (GHC == 9.6) has strange things in scope for some reason"
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC98] "Windows (GHC == 9.8) has strange things in scope for some reason"

View File

@ -263,7 +263,7 @@ semanticTokensTests =
goldenWithSemanticTokensWithDefaultConfig "pattern bind" "TPatternSynonym",
goldenWithSemanticTokensWithDefaultConfig "type family" "TTypefamily",
goldenWithSemanticTokensWithDefaultConfig "TUnicodeSyntax" "TUnicodeSyntax",
goldenWithSemanticTokensWithDefaultConfig "TQualifiedName" "TQualifiedName"
goldenWithSemanticTokensWithDefaultConfig "TQualifiedName" "TQualifiedName",
goldenWithSemanticTokensWithDefaultConfig "TDoc" "TDoc"
]