From 98d355fb1d83ceb9009b069779784f9426ee3ecf Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Fri, 6 Dec 2024 09:27:08 +0100 Subject: [PATCH] Codegen: fix typo --- misc/codegen/loaders/schemaloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/codegen/loaders/schemaloader.py b/misc/codegen/loaders/schemaloader.py index 5909164502c..5c734279ac8 100644 --- a/misc/codegen/loaders/schemaloader.py +++ b/misc/codegen/loaders/schemaloader.py @@ -121,7 +121,7 @@ def _fill_hideable_information(classes: typing.Dict[str, schema.Class]): def _check_test_with(classes: typing.Dict[str, schema.Class]): - pragma = "qlest_test_with" + pragma = "qltest_test_with" for cls in classes.values(): if cls.name == cls.pragmas.get(pragma): # this is already implicit