From 57c6f0cadebbdf973bf560e4ad67aef8fe451bc3 Mon Sep 17 00:00:00 2001 From: jtattermusch Date: Thu, 11 Dec 2014 12:28:56 -0800 Subject: Add batch file that builds and executes all GPR tests. Removed bad format test to fix gpr_string_test. Also took care of some of the MS compiler warnings when compiling gpr_test_util. Change on 2014/12/11 by jtattermusch ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81900639 --- test/core/support/string_test.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/core/support') diff --git a/test/core/support/string_test.c b/test/core/support/string_test.c index 1e8039b1e8..22ae7bacf5 100644 --- a/test/core/support/string_test.c +++ b/test/core/support/string_test.c @@ -130,10 +130,6 @@ static void test_asprintf() { GPR_ASSERT(buf[0] == '\0'); gpr_free(buf); - /* Print an invalid format. */ - GPR_ASSERT(gpr_asprintf(&buf, "%") == -1); - GPR_ASSERT(buf == NULL); - /* Print strings of various lengths. */ for (i = 1; i < 100; i++) { GPR_ASSERT(gpr_asprintf(&buf, "%0*d", i, 1) == i); -- cgit v1.2.3