Typo in the test simple_array
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11682 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
62ecbe1e68
commit
8514f13ea8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
exec loader.sce
|
||||
exec loader.sce;
|
||||
|
||||
initArray();
|
||||
if x_get() <> int32([0,1,2,3,4,5,6,7,8,9]) then pause, end
|
||||
if y_get() <> [0/7,1/7,2/7,3/7,4/7,5/7,6/7] then pase, end
|
||||
if y_get() <> [0/7,1/7,2/7,3/7,4/7,5/7,6/7] then pause, end
|
||||
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue