From 86b42367d2ded7d3db06b1e087d8112a3171081a Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Mon, 28 Feb 2011 11:21:11 +0100 Subject: fix autotest on windows (again) --- tests/auto/moc/tst_moc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/moc/tst_moc.cpp b/tests/auto/moc/tst_moc.cpp index 8e5ecb4..56a3107 100644 --- a/tests/auto/moc/tst_moc.cpp +++ b/tests/auto/moc/tst_moc.cpp @@ -1598,7 +1598,7 @@ void tst_Moc::warnings() #ifdef Q_CC_MSVC // for some reasons, moc compiled with MSVC uses a different output format QRegExp lineNumberRe(":(\\d+):"); - lineNumbreRe.setMinimal(true); + lineNumberRe.setMinimal(true); expectedStdErr.replace(lineNumberRe, "(\\1):"); #endif -- cgit v0.12