Upstream-URL: https://github.com/steveire/grantlee/issues/89 diff --git a/templates/tests/testbuiltins.cpp b/templates/tests/testbuiltins.cpp index fe7e4ed..82a065d 100644 --- a/templates/tests/testbuiltins.cpp +++ b/templates/tests/testbuiltins.cpp @@ -298,6 +298,7 @@ void TestBuiltinSyntax::testObjects() Q_UNUSED(s3); QMetaType{qMetaTypeId()}.create(nullptr); + QMetaType::registerComparators(); } void TestBuiltinSyntax::testTruthiness_data()