]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/wxregextest.cpp
Disable dynlib and dynamicloader for djgpp
[wxWidgets.git] / tests / regex / wxregextest.cpp
index 7d7b3085b92bd35769faf2b69a5178603a060a17..1d9c75acc8f385bd6c85f801d2e9b1460ac6fce9 100644 (file)
@@ -169,7 +169,7 @@ void RegExReplaceTestCase::runTest()
     msgstr.Printf(_T("returns '%s' (expected '%s')"), text.c_str(), m_expected.c_str());
     CPPUNIT_ASSERT_MESSAGE((const char*)msgstr.mb_str(), text == m_expected);
 
-    msgstr.Printf(_T("matches %d times (expected %d)"), nRepl, m_count);
+    msgstr.Printf(_T("matches %d times (expected %d)"), (int)nRepl, (int)m_count);
     CPPUNIT_ASSERT_MESSAGE((const char*)msgstr.mb_str(), nRepl == m_count);
 }