diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/hello.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hello.ml b/test/hello.ml index 9b58de1..f9d429b 100644 --- a/test/hello.ml +++ b/test/hello.ml @@ -9,8 +9,7 @@ let program (p : Portal.t) config (features : Stream.features) = | Error (MalformedRequest, Some (_, text)) -> print_endline ("Malformed request: " ^ text) | Error _ -> print_endline "Error!" | Ok _ -> print_endline "Success!" - end; - Portal.close p + end let main = let config : Sasl.auth_config = { |