summaryrefslogtreecommitdiff
path: root/tests/SOCK_Send_Recv_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SOCK_Send_Recv_Test.cpp')
-rw-r--r--tests/SOCK_Send_Recv_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SOCK_Send_Recv_Test.cpp b/tests/SOCK_Send_Recv_Test.cpp
index 5ceb4ca60c7..8b393e86534 100644
--- a/tests/SOCK_Send_Recv_Test.cpp
+++ b/tests/SOCK_Send_Recv_Test.cpp
@@ -338,7 +338,7 @@ spawn (void)
server_addr.get_port_number ()));
#if !defined (ACE_LACKS_FORK)
- switch (ACE_OS::fork (ACE_TEXT ("child")))
+ switch (ACE_OS::fork ("child"))
{
case -1:
ACE_ERROR ((LM_ERROR,