aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
diff options
context:
space:
mode:
Diffstat (limited to 'tests/samplebinding')
-rw-r--r--tests/samplebinding/typesystem_sample.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index 5da6ad148..49de903bd 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -2387,12 +2387,6 @@
</value-type>
<value-type name="PersistentModelIndex" />
- <rejection class="ListUser" function-name="createList()"/>
- <rejection class="ListUser" function-name="callCreateList()"/>
- <rejection class="ListUser" function-name="createComplexList(Complex, Complex)"/>
- <rejection class="ListUser" function-name="sumList(std::list&lt;int&gt;)"/>
- <rejection class="ListUser" function-name="sumList(std::list&lt;double&gt;)"/>
-
<!-- test rejections using full signatures; this method is a template and
cannot be wrapped, but is otherwise recognized by shiboken and will
result in a compile error if the rejection is not matched -->