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