X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ad1f9028d85a57f67036cb131b2ae884f98a0a3..a25a17732c2d4d34d5d35a5318053dd8c6e29722:/tests/strings/tokenizer.cpp diff --git a/tests/strings/tokenizer.cpp b/tests/strings/tokenizer.cpp index 056855f12c..c22c5ba3b5 100644 --- a/tests/strings/tokenizer.cpp +++ b/tests/strings/tokenizer.cpp @@ -205,7 +205,7 @@ DoTestGetString(const wxChar *s, const wxChar *delims, int pos, ...) { if ( !pos ) { - CPPUNIT_ASSERT_EQUAL( wxString(), tkz.GetString() ); + CPPUNIT_ASSERT( tkz.GetString().empty() ) ; break; }