From 90ca98ab508b0eb159c5715cec8c00333955f71c Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Tue, 11 Oct 2005 08:18:54 +0000 Subject: ChangeLogTag:Tue Oct 11 01:17:10 2005 Ossama Othman --- tests/DLL_Test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/DLL_Test.cpp') diff --git a/tests/DLL_Test.cpp b/tests/DLL_Test.cpp index 8a478254b6f..c3582ea0375 100644 --- a/tests/DLL_Test.cpp +++ b/tests/DLL_Test.cpp @@ -69,13 +69,13 @@ int basic_test (ACE_DLL &dll) /* With KCC, turning on close-on-destruction will cause problems when libKCC tries to call dtors. */ int retval = dll.open (ACE_TEXT (OBJ_PREFIX) - ACE_TEXT ("DLL_Test") + ACE_TEXT ("DLL_Test_Lib") ACE_TEXT (OBJ_SUFFIX), ACE_DEFAULT_SHLIB_MODE, 0); #else int retval = dll.open (OBJ_PREFIX - ACE_TEXT ("DLL_Test") + ACE_TEXT ("DLL_Test_Lib") OBJ_SUFFIX); #endif /* __KCC */ -- cgit v1.2.1