diff --git a/SWIG/Examples/test-suite/python/lib_std_string_runme.py b/SWIG/Examples/test-suite/python/lib_std_string_runme.py index 041e7016a..6e26811fa 100644 --- a/SWIG/Examples/test-suite/python/lib_std_string_runme.py +++ b/SWIG/Examples/test-suite/python/lib_std_string_runme.py @@ -18,8 +18,9 @@ if lib_std_string.test_const_reference(x) != x: s = lib_std_string.string("he") -s += "ll" -s.append('o') +#s += "ll" +#s.append('o') +s += "llo" if s != x: print s, x