Exclude li_std_auto_ptr test from C test suite

There are (and there probably will never be) std::auto_ptr<> typemaps
for this language.
This commit is contained in:
Vadim Zeitlin 2022-09-17 17:33:31 +02:00
commit 799fd7a5be

View file

@ -58,6 +58,7 @@ FAILING_CPP_TESTS := \
li_attribute \
li_attribute_template \
li_boost_shared_ptr_attribute \
li_std_auto_ptr \
li_std_deque \
li_std_wstring \
li_windows \