diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-11-09 10:31:43 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-15 08:51:43 +0100 |
commit | 51b7d3c8b621c2de6f98f465f478ec574bb14195 (patch) | |
tree | ad65c447d2f6bef08c9bf3212ebbcd94c8b0ac4c /tests/auto/gui | |
parent | 62af6c356729e5a7fb53ce3077671e10b08d3a1b (diff) | |
download | qtbase-51b7d3c8b621c2de6f98f465f478ec574bb14195.tar.gz |
Remove obsolete QSKIP parameter.
Change-Id: I269337d802ec6b383a496fe8dc62a6b11e4d61c5
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/gui')
-rw-r--r-- | tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp b/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp index 348547b5b8..0e1b3aaa1f 100644 --- a/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp +++ b/tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp @@ -1513,7 +1513,7 @@ void tst_QTextLayout::xToCursorForLigatures() void tst_QTextLayout::cursorInNonStopChars() { #if defined(Q_WS_MAC) - QSKIP("This test can not be run on Mac", SkipAll); + QSKIP("This test can not be run on Mac"); #endif QTextLayout layout(QString::fromUtf8("\xE0\xA4\xA4\xE0\xA5\x8D\xE0\xA4\xA8")); layout.beginLayout(); |