File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/hls-semantic-tokens-plugin/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ nonLocalCompletionTests =
276
276
where
277
277
brokenForWinGhc = knownBrokenOnWindows " Windows has strange things in scope for some reason"
278
278
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"
280
280
. knownBrokenInSpecificEnv [HostOS Windows , GhcVer GHC96 ] " Windows (GHC == 9.6) has strange things in scope for some reason"
281
281
. knownBrokenInSpecificEnv [HostOS Windows , GhcVer GHC98 ] " Windows (GHC == 9.8) has strange things in scope for some reason"
282
282
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ semanticTokensTests =
263
263
goldenWithSemanticTokensWithDefaultConfig " pattern bind" " TPatternSynonym" ,
264
264
goldenWithSemanticTokensWithDefaultConfig " type family" " TTypefamily" ,
265
265
goldenWithSemanticTokensWithDefaultConfig " TUnicodeSyntax" " TUnicodeSyntax" ,
266
- goldenWithSemanticTokensWithDefaultConfig " TQualifiedName" " TQualifiedName"
266
+ goldenWithSemanticTokensWithDefaultConfig " TQualifiedName" " TQualifiedName" ,
267
267
goldenWithSemanticTokensWithDefaultConfig " TDoc" " TDoc"
268
268
]
269
269
You can’t perform that action at this time.
0 commit comments