diff options
Diffstat (limited to 'autotests')
-rw-r--r-- | autotests/kconfigtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index 23bcf195..e6d905b0 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -858,7 +858,7 @@ void KConfigTest::testDelete() const QList<QByteArray> listLines = readLines(); for (const QByteArray &item : listLines) if (item.startsWith("devices|")) { // krazy:exclude=strings - count++; + ++count; } QCOMPARE(count, 2); cg.deleteEntry("devices|manual|/mnt/ipod"); |