summaryrefslogtreecommitdiff
path: root/tests/auto/qtextcodec/tst_qtextcodec.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-05-28 14:06:05 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2010-05-28 14:06:05 +0200
commitf9ca637a41ae2f8f5a5439766073bf19cbc7d9e2 (patch)
tree18e9c28934638bbc59a873bd25d61073ab7393a8 /tests/auto/qtextcodec/tst_qtextcodec.cpp
parentdf17b26b40717e35a534e373b2070d37817cb4a3 (diff)
downloadqt4-tools-f9ca637a41ae2f8f5a5439766073bf19cbc7d9e2.tar.gz
tst_qtextcodec: Fix broken merge conflict resolution
Diffstat (limited to 'tests/auto/qtextcodec/tst_qtextcodec.cpp')
-rw-r--r--tests/auto/qtextcodec/tst_qtextcodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtextcodec/tst_qtextcodec.cpp b/tests/auto/qtextcodec/tst_qtextcodec.cpp
index c91201e43a..0946c93ed5 100644
--- a/tests/auto/qtextcodec/tst_qtextcodec.cpp
+++ b/tests/auto/qtextcodec/tst_qtextcodec.cpp
@@ -2001,7 +2001,7 @@ void tst_QTextCodec::threadSafety()
QCOMPARE(res.results(), codecList);
QCOMPARE(res2.results(), mibList);
-#endif
+#else
QSKIP("This function is not yet supported with QT_NO_CONCURRENT defined.", SkipAll);
#endif
}