summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/sortpolicy/tst_sortpolicy.cpp')
-rw-r--r--tests/auto/render/sortpolicy/tst_sortpolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/render/sortpolicy/tst_sortpolicy.cpp b/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
index 5552a1760..b6ee78f41 100644
--- a/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
+++ b/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
@@ -55,7 +55,7 @@ private Q_SLOTS:
Qt3DRender::QFrameGraphNode parent;
auto parentBackend = new Qt3DRender::Render::FrameGraphNode;
parentBackend->setRenderer(&renderer);
- simulateInitialization(&parent, parentBackend);
+ simulateInitializationSync(&parent, parentBackend);
Qt3DRender::Render::FrameGraphManager manager;
manager.appendNode(parent.id(), parentBackend);