diff --git a/tests/auto/corelib/global/qlogging/tst_qlogging.cpp b/tests/auto/corelib/global/qlogging/tst_qlogging.cpp index b089381272..af4a5989d8 100644 --- a/tests/auto/corelib/global/qlogging/tst_qlogging.cpp +++ b/tests/auto/corelib/global/qlogging/tst_qlogging.cpp @@ -902,7 +902,11 @@ void tst_qmessagehandler::formatLogMessage_data() << format << "[F] msg" << QtFatalMsg << BA("") << 0 << BA("func") << QByteArray() << "msg"; QTest::newRow("if_cat") +#ifndef Q_OS_ANDROID << format << "[F] cat: msg" +#else + << format << "[F] : msg" +#endif << QtFatalMsg << BA("") << 0 << BA("func") << BA("cat") << "msg"; }