We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040adfa commit 9e02d4cCopy full SHA for 9e02d4c
plugins/hls-tactics-plugin/test/Utils.hs
@@ -130,7 +130,7 @@ mkGoldenTest eq tc occ line col input =
130
T.writeFile expected_name edited
131
expected <- liftIO $ T.readFile expected_name
132
liftIO $ E.try (edited `eq` expected)
133
- _ -> return $ Left $ E.toException $ E.ErrorCall $ show actions
+ _ -> liftIO $ E.try $ assertFailure $ show actions
134
135
retryAction :: Int -> Session (Either E.SomeException a) -> Session a
136
retryAction n act = do
0 commit comments