summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qscheduler/tst_qscheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/qscheduler/tst_qscheduler.cpp')
-rw-r--r--tests/auto/core/qscheduler/tst_qscheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/qscheduler/tst_qscheduler.cpp b/tests/auto/core/qscheduler/tst_qscheduler.cpp
index d1afb5aac..5d858a77a 100644
--- a/tests/auto/core/qscheduler/tst_qscheduler.cpp
+++ b/tests/auto/core/qscheduler/tst_qscheduler.cpp
@@ -181,7 +181,7 @@ private Q_SLOTS:
QVERIFY(!second->postFrameCalled());
// WHEN
- const int count = scheduler.scheduleAndWaitForFrameAspectJobs(0);
+ const int count = scheduler.scheduleAndWaitForFrameAspectJobs(0, false);
// THEN
QCOMPARE(count, 2);