]> git.saurik.com Git - wxWidgets.git/commit
Remove redundant wxUSE_WXVSNPRINTF checks from the unit test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:15:04 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:15:04 +0000 (17:15 +0000)
commit89ff7e9fb1783b5229bdb18ecd097c38d6e9e62d
treee67a738e5913e183483c51375ffce257c1bce4cf
parent6acd08bc954dd1f2ef2060d436018ebe77b0b1f8
Remove redundant wxUSE_WXVSNPRINTF checks from the unit test.

The entire VsnprintfTestCase is only used when using our own
wxUSE_WXVSNPRINTF so remove the redundant tests for it inside the enclosing #if.

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