Remove obsolete QSKIP parameter.
Change-Id: I269337d802ec6b383a496fe8dc62a6b11e4d61c5 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>bb10
parent
62af6c3567
commit
51b7d3c8b6
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue