summaryrefslogtreecommitdiff
path: root/ACE/tests/OS_Test.cpp
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2006-12-18 10:07:17 +0000
committerOlli Savia <ops@iki.fi>2006-12-18 10:07:17 +0000
commit85d211e02fb22116bca33a2a33ce364717b67b22 (patch)
tree829db6f110c79bcbe951cdfafa5690b836f4d477 /ACE/tests/OS_Test.cpp
parentda7bd65392a0826390481d0d2e39acdefe3ee507 (diff)
downloadATCD-85d211e02fb22116bca33a2a33ce364717b67b22.tar.gz
ChangeLogTag: Mon Dec 18 10:04:19 UTC 2006 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/tests/OS_Test.cpp')
-rw-r--r--ACE/tests/OS_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index aa10cce8ad5..a27737dd5e8 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -907,8 +907,10 @@ run_main (int, ACE_TCHAR *[])
if ((result = string_emulation_test ()) != 0)
status = result;
+#if !defined (ACE_LACKS_VSNPRINTF)
if ((result = snprintf_test ()) != 0)
status = result;
+#endif /* !ACE_LACKS_VSNPRINTF */
if ((result = ctime_r_test ()) != 0)
status = result;