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:
parent
c8d5a8d231
commit
f563a2c808
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user