diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-05-17 12:23:40 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-05-17 12:23:40 +0200 |
commit | e8814092903b46280c792835e1497aa6cf5acaec (patch) | |
tree | ec4d031666f0fb384eedfd6687a08edfb5d7309b /ACE | |
parent | 83330bfd1fefd26347c2c1c2773953ad9f3c7f70 (diff) | |
download | ATCD-e8814092903b46280c792835e1497aa6cf5acaec.tar.gz |
Invoke new operation
* ACE/tests/OS_Test.cpp:
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/tests/OS_Test.cpp | 3 |
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; } |