diff --git a/basis/smtp/smtp-tests.factor b/basis/smtp/smtp-tests.factor index 621f61670e..e3638bd969 100644 --- a/basis/smtp/smtp-tests.factor +++ b/basis/smtp/smtp-tests.factor @@ -1,6 +1,7 @@ -USING: smtp tools.test io.streams.string io.sockets threads -smtp.server kernel sequences namespaces logging accessors -assocs sorting smtp.private concurrency.promises ; +USING: smtp tools.test io.streams.string io.sockets +io.sockets.secure threads smtp.server kernel sequences +namespaces logging accessors assocs sorting smtp.private +concurrency.promises system ; IN: smtp.tests \ send-email must-infer