diff options
author | unknown <sayantan.dutta@oracle.com> | 2012-03-15 12:35:09 +0530 |
---|---|---|
committer | unknown <sayantan.dutta@oracle.com> | 2012-03-15 12:35:09 +0530 |
commit | 75c2eb6df323ae6f14bae944f5e88750de6da467 (patch) | |
tree | cb30e75203b0be606918329daa90635045fd277d /unittest | |
parent | 5584e61f35346e14c4ebcdf6c71242adbc001900 (diff) | |
download | mariadb-git-75c2eb6df323ae6f14bae944f5e88750de6da467.tar.gz |
BUG #13619394 - 62572: "MAKE TEST" FAILS ON "MY_VSNPRINTF"Reverting Back sighting Bar's mail.
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mysys/my_vsnprintf-t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/my_vsnprintf-t.c b/unittest/mysys/my_vsnprintf-t.c index 0085c4c1ebe..dcaa4336b9d 100644 --- a/unittest/mysys/my_vsnprintf-t.c +++ b/unittest/mysys/my_vsnprintf-t.c @@ -155,7 +155,7 @@ int main(void) "conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)", 1L, NULL, NULL, NULL, NULL); test1("Hello string `I am a string`", - "Hello string `%s`", "I am a string"); + "Hello string `%s", "I am a string"); test1("Hello TEST", "Hello %05s", "TEST"); test1("My `Q` test", |