git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
199 B
Scilab
11 lines
199 B
Scilab
exec("swigtest.start", -1);
|
|
|
|
try
|
|
foo_2();
|
|
catch
|
|
swigtesterror();
|
|
end
|
|
if bar_2_get() <> 17 then swigtesterror(); end
|
|
if Baz_2_get() <> 47 then swigtesterror(); end
|
|
|
|
exec("swigtest.quit", -1);
|