]> git.saurik.com Git - wxWidgets.git/commit
Fix timing format string in the test suite.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Oct 2010 10:41:44 +0000 (10:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Oct 2010 10:41:44 +0000 (10:41 +0000)
commit6222ad281a69bce12d71fa1cdd912872070d7908
tree19d8edb4da3192dbcda14936c1c3a6257b7a187c
parentfa38073670aed659204460bb7484bc16c30f5b1b
Fix timing format string in the test suite.

wxStopWatch::Time() returns a long value so use %ld, not %d.

This fixes assert failure when using "-t" option with the test suite under 64
bit Unix architectures.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/test.cpp