Skip to content

Commit 670f871

Browse files
committed
Fix a few things
1 parent f08c6ae commit 670f871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ghcide/test/exe/CompletionTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ nonLocalCompletionTests =
276276
where
277277
brokenForWinGhc = knownBrokenOnWindows "Windows has strange things in scope for some reason"
278278
brokenForWinOldGhc =
279-
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC94] "Windows (GHC == 9.4) has strange things in scope for some reason"
279+
knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC94] "Windows (GHC == 9.4) has strange things in scope for some reason"
280280
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC96] "Windows (GHC == 9.6) has strange things in scope for some reason"
281281
. knownBrokenInSpecificEnv [HostOS Windows, GhcVer GHC98] "Windows (GHC == 9.8) has strange things in scope for some reason"
282282

plugins/hls-semantic-tokens-plugin/test/SemanticTokensTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ semanticTokensTests =
263263
goldenWithSemanticTokensWithDefaultConfig "pattern bind" "TPatternSynonym",
264264
goldenWithSemanticTokensWithDefaultConfig "type family" "TTypefamily",
265265
goldenWithSemanticTokensWithDefaultConfig "TUnicodeSyntax" "TUnicodeSyntax",
266-
goldenWithSemanticTokensWithDefaultConfig "TQualifiedName" "TQualifiedName"
266+
goldenWithSemanticTokensWithDefaultConfig "TQualifiedName" "TQualifiedName",
267267
goldenWithSemanticTokensWithDefaultConfig "TDoc" "TDoc"
268268
]
269269

0 commit comments

Comments
 (0)