diff --git a/tests/io_test.cpp b/tests/io_test.cpp index 514efba..38a5476 100644 --- a/tests/io_test.cpp +++ b/tests/io_test.cpp @@ -13,7 +13,7 @@ typedef SimpleWeb::Server HttpServer; typedef SimpleWeb::Client HttpClient; int main() { - // Test ScopesContinue + // Test ScopeRunner { SimpleWeb::ScopeRunner scope_runner; std::thread cancel_thread;