From b6bbd0e4785b771b9e70777828dcb3a91fbdad50 Mon Sep 17 00:00:00 2001 From: rmakulov Date: Mon, 17 Jul 2017 12:12:45 +0300 Subject: [PATCH] Fix left ssnprintf in test --- src/daemon/common_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/daemon/common_test.c b/src/daemon/common_test.c index 67d800e7..4d2ccaa3 100644 --- a/src/daemon/common_test.c +++ b/src/daemon/common_test.c @@ -359,7 +359,6 @@ DEF_TEST(value_to_rate) { int main(void) { RUN_TEST(sstrncpy); - RUN_TEST(ssnprintf); RUN_TEST(sstrdup); RUN_TEST(strsplit); RUN_TEST(strjoin); -- 2.11.0