summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-05-17 12:23:40 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-05-17 12:23:40 +0200
commite8814092903b46280c792835e1497aa6cf5acaec (patch)
treeec4d031666f0fb384eedfd6687a08edfb5d7309b
parent83330bfd1fefd26347c2c1c2773953ad9f3c7f70 (diff)
downloadATCD-e8814092903b46280c792835e1497aa6cf5acaec.tar.gz
Invoke new operation
* ACE/tests/OS_Test.cpp:
-rw-r--r--ACE/tests/OS_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index a77b58669ce..a0485b34bc9 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -1710,6 +1710,9 @@ run_main (int, ACE_TCHAR *[])
if ((result = version_test ()) != 0)
status = result;
+ if ((result = gai_strerror_test ()) != 0)
+ status = result;
+
ACE_END_TEST;
return status;
}