Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemundo committed Nov 29, 2021
1 parent d1f75fa commit 66eadad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-pragmas-plugin/src/Ide/Plugin/Pragmas.hs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ lexUntilNextLineIncl :: P (Located Token)
lexUntilNextLineIncl = do
PState{ last_loc } <- getPState
#if MIN_VERSION_ghc(9,0,0)
let PsSpan{ psRealSpan } = last_loc
let PsSpan{ psRealSpan = lastRealSrcSpan } = last_loc
#else
let lastRealSrcSpan = last_loc
#endif
Expand Down

0 comments on commit 66eadad

Please sign in to comment.