From 799fd7a5be4f34bc59b7f36964537d3ab4a82093 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 17 Sep 2022 17:33:31 +0200 Subject: [PATCH] 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. --- Examples/test-suite/c/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/test-suite/c/Makefile.in b/Examples/test-suite/c/Makefile.in index 547dc9cad..f5b88b4f8 100644 --- a/Examples/test-suite/c/Makefile.in +++ b/Examples/test-suite/c/Makefile.in @@ -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 \