summaryrefslogtreecommitdiffstats
path: root/tests/messagequeuetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/messagequeuetest.cpp')
-rw-r--r--tests/messagequeuetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/messagequeuetest.cpp b/tests/messagequeuetest.cpp
index 9c2aa16..22ce161 100644
--- a/tests/messagequeuetest.cpp
+++ b/tests/messagequeuetest.cpp
@@ -49,7 +49,7 @@ private Q_SLOTS:
49 gotError = true; 49 gotError = true;
50 }); 50 });
51 QVERIFY(!gotValue); 51 QVERIFY(!gotValue);
52 QVERIFY(gotError); 52 QVERIFY(!gotError);
53 } 53 }
54 54
55 void testEnqueue() 55 void testEnqueue()