summaryrefslogtreecommitdiff
path: root/ACE/tests/Config_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Config_Test.cpp')
-rw-r--r--ACE/tests/Config_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Config_Test.cpp b/ACE/tests/Config_Test.cpp
index b2cfdc760f8..b80827885df 100644
--- a/ACE/tests/Config_Test.cpp
+++ b/ACE/tests/Config_Test.cpp
@@ -560,7 +560,7 @@ run_tests (void)
ACE_Configuration_Win32Registry RegConfig (root);
{
- int result = test (&RegConfig);
+ int const result = test (&RegConfig);
if (result)
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("Win32 registry test root failed (%d)\n"),