Disable test of format string with "%n" for MSVC 8+.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:32 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:32 +0000 (22:50 +0000)
commit013078210b5618a35563c83fe37979d962690d22
treeff936c683729d27489ca756a1eef3c122a241fb0
parent4193a1a4a4feffc84d39eff1d7ce1acdc663eff7
Disable test of format string with "%n" for MSVC 8+.

MSVC 8 and later disables support for "%n" in printf() by default. And
although it provides a function to re-enable support for it, it doesn't seem
to work for the functions we use.

Just disable the test which results in CRT assert when using this compiler.

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