Fixed error in test which checked for an incorrect method name.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8676 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
165dd09f7a
commit
acc52f93ff
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ if my_class.method_three != 3
|
|||
raise RuntimeError, "Incorrect value for method_three"
|
||||
end
|
||||
|
||||
if my_class.method44_4 != 4
|
||||
raise RuntimeError, "Incorrect value for method44_4"
|
||||
if my_class.method_44_4 != 4
|
||||
raise RuntimeError, "Incorrect value for method_44_4"
|
||||
end
|
||||
|
||||
if my_class.predicate_method? != true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue