summaryrefslogtreecommitdiff
path: root/tests/SV_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-08-24 18:13:30 +0000
committerSteve Huston <shuston@riverace.com>2004-08-24 18:13:30 +0000
commitd602bdcffac5deaefa5416f17a134f2ffdf4e68d (patch)
tree792203d9e7ca8eebde11ab9cbf235e0b92f6cef7 /tests/SV_Shared_Memory_Test.cpp
parent00c5ae7d12e696be0f173a75fc7ca538c441b278 (diff)
downloadATCD-d602bdcffac5deaefa5416f17a134f2ffdf4e68d.tar.gz
ChangeLogTag:Tue Aug 24 14:07:22 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/SV_Shared_Memory_Test.cpp')
-rw-r--r--tests/SV_Shared_Memory_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SV_Shared_Memory_Test.cpp b/tests/SV_Shared_Memory_Test.cpp
index 9e11ef2d443..7f22a2da468 100644
--- a/tests/SV_Shared_Memory_Test.cpp
+++ b/tests/SV_Shared_Memory_Test.cpp
@@ -174,7 +174,7 @@ run_main (int, ACE_TCHAR *[])
ACE_ASSERT (parent_synch->open (SEM_KEY_2,
ACE_SV_Semaphore_Complex::ACE_CREATE,
0) != -1);
- switch (ACE_OS::fork ("SV_Shared_Memory_Test.cpp"))
+ switch (ACE_OS::fork (ACE_TEXT ("SV_Shared_Memory_Test.cpp")))
{
case -1:
ACE_ERROR_RETURN ((LM_ERROR,