summaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorsayantan dutta <sayantan.dutta@oracle.com>2013-06-03 16:34:43 +0530
committersayantan dutta <sayantan.dutta@oracle.com>2013-06-03 16:34:43 +0530
commit17243357a650fd728e0297f0ec053041d6e72d6a (patch)
tree229c192e1e78b03ce0f9c78d897821ee810e25d3 /unittest
parent5496dff3573deba2bb61d3fbceb01ddce8ad9e54 (diff)
downloadmariadb-git-17243357a650fd728e0297f0ec053041d6e72d6a.tar.gz
BUG #13619394 - MAKE TEST FAILS ON MY_VSNPRINTF
Diffstat (limited to 'unittest')
-rw-r--r--unittest/mysys/my_vsnprintf-t.c5
1 files changed, 0 insertions, 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",