Fix another bad format string in the testsuite.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c869479eb4
commit
df67b58b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ void BoxSizerTestCase::Size3()
|
|||
WX_ASSERT_EQUAL_MESSAGE
|
||||
(
|
||||
(
|
||||
"test %lu, permutation #%d: wrong size for child #%d "
|
||||
"test %lu, permutation #%lu: wrong size for child #%d "
|
||||
"for total size %d",
|
||||
static_cast<unsigned long>(i),
|
||||
static_cast<unsigned long>(p),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue