scilab: remove useless exit

This commit is contained in:
Simon Marchetto 2014-02-20 17:41:37 +01:00
commit 687163b762

View file

@ -66,5 +66,4 @@ a = [1, 2, 3, 4];
if arr_double(a, 4) <> 10 then swigtesterror(); end
if typeof(arr_double(a, 4)) <> "constant" then swigtesterror(); end
exit
exec("swigtest.quit", -1);