summaryrefslogtreecommitdiffstats
path: root/tests/auto/moc
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2011-02-28 10:21:11 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2011-02-28 10:21:11 (GMT)
commit86b42367d2ded7d3db06b1e087d8112a3171081a (patch)
treecd05324f80990668c1f2db0dce286b03f863c201 /tests/auto/moc
parente63bbd5673061075cc1ff9ff528dfe2545b2696c (diff)
downloadQt-86b42367d2ded7d3db06b1e087d8112a3171081a.zip
Qt-86b42367d2ded7d3db06b1e087d8112a3171081a.tar.gz
Qt-86b42367d2ded7d3db06b1e087d8112a3171081a.tar.bz2
fix autotest on windows (again)
Diffstat (limited to 'tests/auto/moc')
-rw-r--r--tests/auto/moc/tst_moc.cpp2
1 files changed, 1 insertions, 1 deletions
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