Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
67806174
Commit
67806174
authored
May 16, 2013
by
sayantan dutta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG #16813006 - UNIT TEST FOR MY_VSNPRINTF FAIL FOR NON GNU COMPILER
parent
23c5840d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
unittest/mysys/my_vsnprintf-t.c
unittest/mysys/my_vsnprintf-t.c
+3
-0
No files found.
unittest/mysys/my_vsnprintf-t.c
View file @
67806174
...
...
@@ -157,6 +157,9 @@ int main(void)
#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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment