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
commit3247a302d927826921e229befe5e45478f9a77c9 (patch)
tree792203d9e7ca8eebde11ab9cbf235e0b92f6cef7 /tests/SV_Shared_Memory_Test.cpp
parent4611f21e7dd6b909afb39ca03791d5c2c2c1d253 (diff)
downloadATCD-3247a302d927826921e229befe5e45478f9a77c9.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,