scilab: fix enums test typo error
This commit is contained in:
parent
1eeb729487
commit
9b89bc463b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ exec("swigtest.start", -1);
|
|||
if typeof(CSP_ITERATION_FWD_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
|
||||
if typeof(FGHJI_get()) <> "constant" then swigtesterror(); end
|
||||
|
||||
try
|
||||
bar1(CSP_ITERATION_FWD_get())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue