1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00

forgot a do

This commit is contained in:
Patrick Thomson 2018-05-22 17:25:17 -04:00
parent c8d5a8d231
commit f563a2c808

View File

@ -79,7 +79,7 @@ spec = parallel $ do
it "should be cancelable asynchronously" $ do
p <- TS.ts_parser_new
churn <- async $
churn <- async $ do
TS.ts_parser_loop_until_cancelled p nullPtr nullPtr 0
pure True