Use new swigtest files

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12366 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Vincent Couvert 2011-01-04 15:52:56 +00:00
commit fcde55e4d9

View file

@ -1,6 +1,6 @@
exec("startswigtest.sce", -1);
exec("swigtest.start", -1);
a = [1, 2, 3, 4]
if arr_double(a, 4) <> 10 then swigtesterror(); end
exec("quitswigtest.sce", -1);
exec("swigtest.quit", -1);