scilab: fix enums test typo error

This commit is contained in:
Simon Marchetto 2014-02-14 15:02:14 +01:00
commit 9b89bc463b

View file

@ -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())