diff options
| -rw-r--r-- | sources/shiboken6/tests/samplebinding/typesystem_sample.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/samplebinding/typesystem_sample.xml b/sources/shiboken6/tests/samplebinding/typesystem_sample.xml index 711db9c4a..73f2e1425 100644 --- a/sources/shiboken6/tests/samplebinding/typesystem_sample.xml +++ b/sources/shiboken6/tests/samplebinding/typesystem_sample.xml @@ -120,7 +120,7 @@ </conversion-rule> </primitive-type> - <primitive-type name="std::optional<long>" target-langapi-name="PyObject"> + <primitive-type name="std::optional<long>"> <conversion-rule> <native-to-target> if (!%in.has_value()) |
