summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusthreading/tst_qdbusthreading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdbusthreading/tst_qdbusthreading.cpp')
-rw-r--r--tests/auto/qdbusthreading/tst_qdbusthreading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdbusthreading/tst_qdbusthreading.cpp b/tests/auto/qdbusthreading/tst_qdbusthreading.cpp
index bfb806b33a..142b6c22be 100644
--- a/tests/auto/qdbusthreading/tst_qdbusthreading.cpp
+++ b/tests/auto/qdbusthreading/tst_qdbusthreading.cpp
@@ -592,7 +592,7 @@ void tst_QDBusThreading::callbackInAnotherAuxThread()
// wait for the event loop
sem1.release();
sem2.acquire();
- Q_ASSERT(loop);
+ QVERIFY(loop);
// create the second thread
new Thread;