Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Feb 7, 2024
1 parent a57fa49 commit 708de54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hls-test-utils/src/Test/Hls/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ waitForDiagnosticsFromSourceWithTimeout timeout document source = do
matches :: Diagnostic -> Bool
matches d = d ^. L.source == Just (T.pack source)



failIfSessionTimeout :: IO a -> IO a
failIfSessionTimeout action = action `catch` errorHandler
where errorHandler :: Test.SessionException -> IO a
Expand Down

0 comments on commit 708de54

Please sign in to comment.