X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ad1f9028d85a57f67036cb131b2ae884f98a0a3..0d2cd276ccd1107e4d91514959b762d334633634:/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; }