*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4515 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-03-11 20:01:59 +00:00
commit 71f87c15af
2 changed files with 93 additions and 2 deletions

View file

@ -12,6 +12,7 @@ except:
print d, "is not an instance"
raise RuntimeError
print '%s' % d
s = string.split('%s' % d)[1]
if string.find(s, 'ArithUnaryFunction') == -1:
print d, "is not an ArithUnaryFunction"
@ -82,7 +83,7 @@ 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