summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-11 08:18:54 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-11 08:18:54 +0000
commit90ca98ab508b0eb159c5715cec8c00333955f71c (patch)
tree8c5272fe27cf240e49b58bb643078fdf2d9cb49a /tests/DLL_Test.cpp
parent7573978d5190c7a4f3beaaa18c8d2eb6e29a5f2a (diff)
downloadATCD-90ca98ab508b0eb159c5715cec8c00333955f71c.tar.gz
ChangeLogTag:Tue Oct 11 01:17:10 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'tests/DLL_Test.cpp')
-rw-r--r--tests/DLL_Test.cpp4
1 files changed, 2 insertions, 2 deletions
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 */