From 4150ba45f73e3ae0ba3ee6a4006acedf7709c8e7 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周二, 29 7月 2014 07:52:19 +0800 Subject: [PATCH] valgrind --- test/library/Os_Linux_test.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/library/Os_Linux_test.cpp b/test/library/Os_Linux_test.cpp index 1d5c9c6..26dcb76 100644 --- a/test/library/Os_Linux_test.cpp +++ b/test/library/Os_Linux_test.cpp @@ -22,7 +22,7 @@ BOOST_CHECK_GT(strlen(diskInfos[0].label), 0); BOOST_CHECK_GT(diskInfos[0].disk_sn[0], 0); } -/* + BOOST_AUTO_TEST_CASE( read_network_adapters ) { AdapterInfo * adapter_info = NULL; size_t adapter_info_size = 0; @@ -46,4 +46,4 @@ } } -}*/ +} -- Gitblit v1.9.1