work around VC7 compiler bug resulting in a warning about FileNameTest being never instantiatable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -286,11 +286,11 @@ void FileNameTestCase::TestNormalize()
|
|||||||
if (cwd.Contains(wxT(':')))
|
if (cwd.Contains(wxT(':')))
|
||||||
cwd = cwd.AfterFirst(wxT(':'));
|
cwd = cwd.AfterFirst(wxT(':'));
|
||||||
|
|
||||||
static struct FileNameTest
|
static const struct FileNameTest
|
||||||
{
|
{
|
||||||
const wxString original;
|
wxString original;
|
||||||
int flags;
|
int flags;
|
||||||
const wxString expected;
|
wxString expected;
|
||||||
} tests[] =
|
} tests[] =
|
||||||
{
|
{
|
||||||
// test wxPATH_NORM_ENV_VARS
|
// test wxPATH_NORM_ENV_VARS
|
||||||
|
Reference in New Issue
Block a user