Skip to content

Commit c873269

Browse files
author
sayantan dutta
committed
BUG 13619394 5.5 => 5.6
2 parents 15165b9 + d5b00b7 commit c873269

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

unittest/gunit/mysys_my_vsnprintf-t.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,8 @@ TEST(Mysys, Vsnprintf)
157157
test1("conn 1 to: '(null)' user: '(null)' host: '(null)' ((null))",
158158
"conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)",
159159
1L, NULL, NULL, NULL, NULL);
160-
#if defined (__GNUC__)
161160
test1("Hello string `I am a string`",
162161
"Hello string %`s", "I am a string");
163-
#else
164-
test1("Hello string `I am a string`",
165-
"Hello string %s", "I am a string");
166-
#endif
167162
test1("Hello TEST",
168163
"Hello %05s", "TEST");
169164
test1("My `Q` test",

0 commit comments

Comments
 (0)