From e8814092903b46280c792835e1497aa6cf5acaec Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 17 May 2016 12:23:40 +0200 Subject: Invoke new operation * ACE/tests/OS_Test.cpp: --- ACE/tests/OS_Test.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ACE') 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; } -- cgit v1.2.1