From 4ee7ca2dceb83ca474c65b2697cae872c3954cf4 Mon Sep 17 00:00:00 2001 From: levine Date: Mon, 2 Dec 1996 15:56:42 +0000 Subject: removed .cpp from ACE_START_TEST call --- tests/Priority_Buffer_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Priority_Buffer_Test.cpp') diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp index 7837c2d5eca..fd20df7937c 100644 --- a/tests/Priority_Buffer_Test.cpp +++ b/tests/Priority_Buffer_Test.cpp @@ -137,7 +137,7 @@ producer (void *args) int main (int, char *argv[]) { - ACE_START_TEST ("Priority_Buffer_Test.cpp"); + ACE_START_TEST ("Priority_Buffer_Test"); #if defined (ACE_HAS_THREADS) // Message queue. -- cgit v1.2.1