From 1004070fc52a3db99088d643702c16181cc5cda4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 1 Nov 2004 23:51:35 +0000 Subject: [PATCH] lib_xxx name change git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6601 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/python/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in index 26f91a35b..3064a60e1 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -22,10 +22,10 @@ CPP_TEST_CASES += \ inout \ inplaceadd \ kwargs \ - lib_std_except \ - lib_std_vectora \ - lib_std_map \ - lib_std_wstring \ + li_std_except \ + li_std_vectora \ + li_std_map \ + li_std_wstring \ nondynamic \ primitive_types \ std_containers \