summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/counting/tst_counting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/counting/tst_counting.cpp')
-rw-r--r--tests/auto/testlib/selftests/counting/tst_counting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/counting/tst_counting.cpp b/tests/auto/testlib/selftests/counting/tst_counting.cpp
index fa61fce173..9c3dd48015 100644
--- a/tests/auto/testlib/selftests/counting/tst_counting.cpp
+++ b/tests/auto/testlib/selftests/counting/tst_counting.cpp
@@ -109,6 +109,7 @@ void tst_Counting::helper()
switch (result) {
case Pass:
QVERIFY(true);
+ QCOMPARE(2 + 1, 3);
break;
case Fail:
QVERIFY(false);