diff --git a/SWIG/Examples/test-suite/python/template_typedef_cplx2_runme.py b/SWIG/Examples/test-suite/python/template_typedef_cplx2_runme.py index 51a1d4e97..687ce0e70 100644 --- a/SWIG/Examples/test-suite/python/template_typedef_cplx2_runme.py +++ b/SWIG/Examples/test-suite/python/template_typedef_cplx2_runme.py @@ -82,9 +82,9 @@ except: print h, "is not an instance" raise RuntimeError -s = string.split('%s' % g)[1] +s = string.split('%s' % h)[1] if string.find(s, 'ArithUnaryFunction') == -1: - print g, "is not an ArithUnaryFunction" + print h, "is not an ArithUnaryFunction" raise RuntimeError try: