summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-27 20:29:38 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-27 20:29:38 +0000
commite9113458d032437e64b2182ed6c72f789441902b (patch)
treeb898c2edadb8380588f3a0a3dc4ad52f3355bd51 /tests/DLL_Test.cpp
parente00da99875d2c61b9cef27328161e0d97b727010 (diff)
downloadATCD-e9113458d032437e64b2182ed6c72f789441902b.tar.gz
ChangeLogTag: Thu Jun 27 20:26:33 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
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 edbb6f3591b..549842e01e4 100644
--- a/tests/DLL_Test.cpp
+++ b/tests/DLL_Test.cpp
@@ -124,14 +124,14 @@ ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("DLL_Test"));
+ int retval = 0;
+
// Protection against this test being run on platforms not supporting Dlls.
#if defined (ACE_WIN32) || defined (ACE_HAS_SVR4_DYNAMIC_LINKING) || \
defined (__hpux)
ACE_DLL dll;
- int retval = 0;
-
retval += basic_test (dll);
retval += handle_test (dll);