Fix type casts and invalid format specifiers in interactive tests
This commit is contained in:
@@ -176,7 +176,7 @@ void InteractiveInputTestCase::TestRegExInteractive()
|
||||
break;
|
||||
}
|
||||
|
||||
wxPrintf(wxT("Subexpr %u matched '%s'\n"),
|
||||
wxPrintf(wxT("Subexpr %zu matched '%s'\n"),
|
||||
n, wxString(text + start, len));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user