summaryrefslogtreecommitdiff
path: root/tests/test_config.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-09 16:21:09 +0000
committerSteve Huston <shuston@riverace.com>1999-07-09 16:21:09 +0000
commit841e1422def2f68884f8ab8b3fb0d237982c5533 (patch)
tree1046dfaf0b390e0c3b2d010934370f35515c6de6 /tests/test_config.h
parent59b56d3ac19b607ec27435c9fabded6264f6f603 (diff)
downloadATCD-841e1422def2f68884f8ab8b3fb0d237982c5533.tar.gz
Change test_dir to const because it's initialized froma string literal.
Diffstat (limited to 'tests/test_config.h')
-rw-r--r--tests/test_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.h b/tests/test_config.h
index 8e23a83f668..b01be574d86 100644
--- a/tests/test_config.h
+++ b/tests/test_config.h
@@ -251,7 +251,7 @@ ACE_Test_Output::set_output (const ASYS_TCHAR *filename, int append)
#else
ASYS_TCHAR temp[MAXPATHLEN];
// Ignore the error value since the directory may already exist.
- ASYS_TCHAR *test_dir;
+ const ASYS_TCHAR *test_dir;
#if !defined (ACE_HAS_WINCE)
test_dir = ACE_OS::getenv (ACE_TEXT ("ACE_TEST_DIR"));