summaryrefslogtreecommitdiff
path: root/tests/XtReactor_Test.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 17:45:29 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 17:45:29 +0000
commitbc325b3deb612e64001cc149f140d79b86983bbc (patch)
tree47874df8375a32dc5b2c0a933921500ad375bad5 /tests/XtReactor_Test.cpp
parent984ba2a213823a530c59e32303250edd6e9af3ff (diff)
downloadATCD-bc325b3deb612e64001cc149f140d79b86983bbc.tar.gz
We don't need '.cpp' in ACE_START_TEST.
Diffstat (limited to 'tests/XtReactor_Test.cpp')
-rw-r--r--tests/XtReactor_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/XtReactor_Test.cpp b/tests/XtReactor_Test.cpp
index 7b854451de6..a3b90b84c31 100644
--- a/tests/XtReactor_Test.cpp
+++ b/tests/XtReactor_Test.cpp
@@ -266,7 +266,7 @@ template class ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>;
int
main (int argc, char *argv[])
{
- ACE_START_TEST (ASYS_TEXT ("XtReactor_Test.cpp"));
+ ACE_START_TEST (ASYS_TEXT ("XtReactor_Test"));
#if defined (ACE_HAS_XT)
XtAppContext app_context;