git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12402 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
180 B
Scilab
10 lines
180 B
Scilab
exec("swigtest.start", -1);
|
|
|
|
try
|
|
// This call must fail because the constructor does not exist
|
|
Spam = new_Spam()
|
|
swigtesterror();
|
|
catch
|
|
end
|
|
|
|
exec("swigtest.quit", -1);
|