11 lines
180 B
Scilab
11 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);
|