Skip to content

Commit

Permalink
tests: restore async non-ssl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Apr 13, 2014
1 parent 1fb8e12 commit 5c2e8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib_test/test_net_async.ml
Expand Up @@ -66,10 +66,10 @@ let test_cases =
* an Async-aware oUnit instead? *)
let _ = Scheduler.within' (
fun () ->
Monitor.try_with ( fun () ->
(* make_net_req ()
Monitor.try_with (fun () ->
make_net_req ()
>>= make_net_post_req
>>= *) make_net_ssl_req ()
>>= make_net_ssl_req
) >>=
function
|Error exn ->
Expand Down

0 comments on commit 5c2e8d5

Please sign in to comment.