Update overload_extend runme script to work properly
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6654 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
033c0e5a15
commit
134dd53433
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(if (not (= (Foo-test f "hello") 2))
|
||||
(error "test string bad"))
|
||||
|
||||
(if (not (= (Foo-test f 3.5 2.5) 3))
|
||||
(if (not (= (Foo-test f 3.5 2.5) 6.0))
|
||||
(error "test reals bad"))
|
||||
|
||||
(exit 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue