From d5b00b7882189f3dc13b7e8855c1c80500b5c0ce Mon Sep 17 00:00:00 2001 From: sayantan dutta Date: Mon, 3 Jun 2013 16:34:43 +0530 Subject: [PATCH] BUG #13619394 - MAKE TEST FAILS ON MY_VSNPRINTF --- unittest/mysys/my_vsnprintf-t.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unittest/mysys/my_vsnprintf-t.c b/unittest/mysys/my_vsnprintf-t.c index 17b95b8e8e1..9c5fa08d11b 100644 --- a/unittest/mysys/my_vsnprintf-t.c +++ b/unittest/mysys/my_vsnprintf-t.c @@ -154,13 +154,8 @@ int main(void) test1("conn 1 to: '(null)' user: '(null)' host: '(null)' ((null))", "conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)", 1L, NULL, NULL, NULL, NULL); -#if defined (__GNUC__) test1("Hello string `I am a string`", "Hello string %`s", "I am a string"); -#else - test1("Hello string `I am a string`", - "Hello string %s", "I am a string"); -#endif test1("Hello TEST", "Hello %05s", "TEST"); test1("My `Q` test",