diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 15:56:42 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 15:56:42 +0000 |
commit | 7f0f79c961b903dfdc4972d54e28dec2a564c09d (patch) | |
tree | dc6bf4294c972c4c780e5270576902faea1263a3 /tests/Naming_Test.cpp | |
parent | 86b705a9945bd50f5c434bc03be5635b79b3a47b (diff) | |
download | ATCD-7f0f79c961b903dfdc4972d54e28dec2a564c09d.tar.gz |
removed .cpp from ACE_START_TEST call
Diffstat (limited to 'tests/Naming_Test.cpp')
-rw-r--r-- | tests/Naming_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Naming_Test.cpp b/tests/Naming_Test.cpp index 712ff5fd2a2..fbfbac23a8a 100644 --- a/tests/Naming_Test.cpp +++ b/tests/Naming_Test.cpp @@ -118,7 +118,7 @@ find (ACE_Naming_Context *ns_context, int sign, int result) int main (int argc, char *argv[]) { - ACE_START_TEST ("Naming_Test.cpp"); + ACE_START_TEST ("Naming_Test"); ACE_Naming_Context *ns_context; ACE_NEW_RETURN (ns_context, ACE_Naming_Context, -1); |