diff options
author | Olli Savia <ops@iki.fi> | 2007-01-03 09:44:34 +0000 |
---|---|---|
committer | Olli Savia <ops@iki.fi> | 2007-01-03 09:44:34 +0000 |
commit | 247e30a9e3f7f055fa3567e4271bc269b8dcae19 (patch) | |
tree | 7897f3b7318d1415226d3f4da66e9f3575dc932a /ACE/tests/OS_Test.cpp | |
parent | b7f1386cbae16a62e108c79ef592317ec2d6b12c (diff) | |
download | ATCD-247e30a9e3f7f055fa3567e4271bc269b8dcae19.tar.gz |
ChangeLogTag: Wed Jan 3 09:36:13 UTC 2007 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/tests/OS_Test.cpp')
-rw-r--r-- | ACE/tests/OS_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp index acfb9370b1c..85a1f11bca1 100644 --- a/ACE/tests/OS_Test.cpp +++ b/ACE/tests/OS_Test.cpp @@ -911,10 +911,10 @@ run_main (int, ACE_TCHAR *[]) if ((result = string_emulation_test ()) != 0) status = result; -#if !defined (ACE_LACKS_VSNPRINTF) +#if !defined (ACE_LACKS_VSNPRINTF) || defined (ACE_HAS_TRIO) if ((result = snprintf_test ()) != 0) status = result; -#endif /* !ACE_LACKS_VSNPRINTF */ +#endif /* !ACE_LACKS_VSNPRINTF || ACE_HAS_TRIO */ if ((result = ctime_r_test ()) != 0) status = result; |