scilab: fix typo error in enums test

This commit is contained in:
Simon Marchetto 2014-02-11 16:59:58 +01:00
commit 0102aa6ccb

View file

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