summaryrefslogtreecommitdiff
path: root/tests/SV_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-02 15:56:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-02 15:56:42 +0000
commit4ee7ca2dceb83ca474c65b2697cae872c3954cf4 (patch)
treedc6bf4294c972c4c780e5270576902faea1263a3 /tests/SV_Shared_Memory_Test.cpp
parente65820aef392ba1c4faac7e30f702d5c1cbefd09 (diff)
downloadATCD-4ee7ca2dceb83ca474c65b2697cae872c3954cf4.tar.gz
removed .cpp from ACE_START_TEST call
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 2923aac6676..5d6e7c8111d 100644
--- a/tests/SV_Shared_Memory_Test.cpp
+++ b/tests/SV_Shared_Memory_Test.cpp
@@ -97,7 +97,7 @@ child (char *shm)
int
main (int, char *argv[])
{
- ACE_START_TEST ("SV_Shared_Memory_Test.cpp");
+ ACE_START_TEST ("SV_Shared_Memory_Test");
#if defined (ACE_HAS_SYSV_IPC)
char *shm = (char *) allocator.malloc (27);