summaryrefslogtreecommitdiffstats
path: root/src/tools/ifcodegen/templates/test/main.cpp.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ifcodegen/templates/test/main.cpp.jinja')
-rw-r--r--src/tools/ifcodegen/templates/test/main.cpp.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ifcodegen/templates/test/main.cpp.jinja b/src/tools/ifcodegen/templates/test/main.cpp.jinja
index c171b6c7..f6997fad 100644
--- a/src/tools/ifcodegen/templates/test/main.cpp.jinja
+++ b/src/tools/ifcodegen/templates/test/main.cpp.jinja
@@ -4,7 +4,7 @@
# Copyright (C) 2018 Pelagicore AG
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#}
-{% include "common/generated_comment.cpp.tpl" %}
+{% include "common/generated_comment.cpp.jinja" %}
{% set testCases = ["InitBackend", "WithoutBackend", "InvalidBackend", "ClearServiceObject", "ChangeFromBackend", "ChangeFromFrontend", "Methods", "Signals", "Models"] %}
#include <QtTest>
{% for interface in module.interfaces %}