Skip to content

Commit 66eadad

Browse files
committed
fix test
1 parent d1f75fa commit 66eadad

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-pragmas-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ lexUntilNextLineIncl :: P (Located Token)
528528
lexUntilNextLineIncl = do
529529
PState{ last_loc } <- getPState
530530
#if MIN_VERSION_ghc(9,0,0)
531-
let PsSpan{ psRealSpan } = last_loc
531+
let PsSpan{ psRealSpan = lastRealSrcSpan } = last_loc
532532
#else
533533
let lastRealSrcSpan = last_loc
534534
#endif

0 commit comments

Comments
 (0)