Remove obsolete QSKIP parameter.

Change-Id: I269337d802ec6b383a496fe8dc62a6b11e4d61c5
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Jason McDonald 2011-11-09 10:31:43 +10:00 committed by Qt by Nokia
parent 62af6c3567
commit 51b7d3c8b6
1 changed files with 1 additions and 1 deletions

View File

@ -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();