Blind VC6 compilation fix for VarArgTestCase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:37 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:37 +0000 (22:50 +0000)
commit71e33c7524c79ac68c69bd1f31fc04f5394be1d6
tree9fd979cf99ec7250ec127b95f623b35174c96776
parent013078210b5618a35563c83fe37979d962690d22
Blind VC6 compilation fix for VarArgTestCase.

VC6 tries to use inaccessible copy ctor of the variable passed to
wxString::Format() for some reason.

Just disable the test for it, it's not worth trying to understand this
compiler, and our code gets tested with other ones anyhow.

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