summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfdata/tst_perfdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/perfdata/tst_perfdata.cpp')
-rw-r--r--tests/auto/perfdata/tst_perfdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/perfdata/tst_perfdata.cpp b/tests/auto/perfdata/tst_perfdata.cpp
index 208b3ba..5ba08c1 100644
--- a/tests/auto/perfdata/tst_perfdata.cpp
+++ b/tests/auto/perfdata/tst_perfdata.cpp
@@ -156,7 +156,7 @@ void TestPerfData::testTracingData()
QCOMPARE(stats.numBufferFlushes, flushes);
QCOMPARE(stats.numTimeViolatingSamples, 0u);
QCOMPARE(stats.numTimeViolatingMmaps, 0u);
- QCOMPARE(stats.maxBufferSize, 15584u);
+ QCOMPARE(stats.maxBufferSize, 15608u);
QCOMPARE(stats.maxTime, maxTime);
return;
}