summaryrefslogtreecommitdiffstats
path: root/tests/auto/qreadlocker/tst_qreadlocker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qreadlocker/tst_qreadlocker.cpp')
-rw-r--r--tests/auto/qreadlocker/tst_qreadlocker.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qreadlocker/tst_qreadlocker.cpp b/tests/auto/qreadlocker/tst_qreadlocker.cpp
index c650ff510e..a37f93ca0a 100644
--- a/tests/auto/qreadlocker/tst_qreadlocker.cpp
+++ b/tests/auto/qreadlocker/tst_qreadlocker.cpp
@@ -189,9 +189,6 @@ void tst_QReadLocker::unlockAndRelockTest()
void tst_QReadLocker::lockerStateTest()
{
-#if QT_VERSION < 0x040200
- QSKIP("QReadLocker doesn't keep state in Qt < 4.2", SkipAll);
-#else
class LockerStateThread : public tst_QReadLockerThread
{
public:
@@ -228,7 +225,6 @@ void tst_QReadLocker::lockerStateTest()
delete thread;
thread = 0;
-#endif
}
QTEST_MAIN(tst_QReadLocker)