scilab: fix typo error in enums test
This commit is contained in:
parent
9a8b1207ca
commit
0102aa6ccb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
exec("swigtest.start", -1);
|
||||
|
||||
if typeof(CSP_ITERATION_FWD_get()) <> "constant" then swigtesterror(); end
|
||||
if typeof(CSP_ITERATION_BWS_get()) <> "constant" then swigtesterror(); end
|
||||
if typeof(CSP_ITERATION_BWD_get()) <> "constant" then swigtesterror(); end
|
||||
if typeof(ABCDE_get()) <> "constant" then swigtesterror(); end
|
||||
if typeof(FGHI_get()) <> "constant" then swigtesterror(); end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue