summaryrefslogtreecommitdiff
path: root/tests/SV_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-12 16:46:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-12 16:46:06 +0000
commitcf119ad166ac3833b4706e4b26b4628b98908a88 (patch)
tree8d5b0cd922ab5151671befaf5638db5a11d22f5b /tests/SV_Shared_Memory_Test.cpp
parentc76e9a0058bf3da7f35f8dd5edce38234d6417f8 (diff)
downloadATCD-cf119ad166ac3833b4706e4b26b4628b98908a88.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/SV_Shared_Memory_Test.cpp')
-rw-r--r--tests/SV_Shared_Memory_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/SV_Shared_Memory_Test.cpp b/tests/SV_Shared_Memory_Test.cpp
index ce1aab0b3e2..18a95c95ff8 100644
--- a/tests/SV_Shared_Memory_Test.cpp
+++ b/tests/SV_Shared_Memory_Test.cpp
@@ -105,6 +105,7 @@ main (int, char *[])
char *shm = (char *) allocator.malloc (27);
switch (ACE_OS::fork ("SV_Shared_Memory_Test.cpp"))
+ // switch (1)
{
case -1:
ACE_ERROR_RETURN ((LM_ERROR, "(%P) fork failed\n"), -1);