Little bug fix for this run test.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4748 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-04-29 16:49:16 +00:00
commit c350782b19

View file

@ -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: