summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
-rw-r--r--tests/Message_Queue_Notifications_Test.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index bcac0d89435..fa76a37965f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -29,7 +29,7 @@ BIN = Aio_Platform_Test \
MT_SOCK_Test \
Message_Block_Test \
Message_Queue_Test \
- Message_Queue_Notifications_Test.cpp \
+ Message_Queue_Notifications_Test \
Naming_Test \
Notify_Performance_Test \
Process_Mutex_Test \
diff --git a/tests/Message_Queue_Notifications_Test.cpp b/tests/Message_Queue_Notifications_Test.cpp
index c5f7fadcc06..4c38dfc70b1 100644
--- a/tests/Message_Queue_Notifications_Test.cpp
+++ b/tests/Message_Queue_Notifications_Test.cpp
@@ -39,7 +39,7 @@
#include "ace/Strategies.h"
#include "ace/Task.h"
-ACE_RCSID(tests, Message_Queue_Notifications_Test.cpp, "$Id$")
+ACE_RCSID(tests, Message_Queue_Notifications_Test, "$Id$")
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
USELIB("..\ace\aced.lib");