From c350782b19ae4dd037b6fe2ff327adf60d671ce0 Mon Sep 17 00:00:00 2001 From: Logan Johnson Date: Tue, 29 Apr 2003 16:49:16 +0000 Subject: [PATCH] Little bug fix for this run test. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4748 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- .../test-suite/python/template_typedef_cplx2_runme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: