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:
parent
d3a7c986ab
commit
c350782b19
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue