From 9b89bc463be30c4049ce8261dd8a1c7de38eb521 Mon Sep 17 00:00:00 2001 From: Simon Marchetto Date: Fri, 14 Feb 2014 15:02:14 +0100 Subject: [PATCH] scilab: fix enums test typo error --- Examples/test-suite/scilab/enums_runme.sci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/scilab/enums_runme.sci b/Examples/test-suite/scilab/enums_runme.sci index 5fc272308..7320d7867 100644 --- a/Examples/test-suite/scilab/enums_runme.sci +++ b/Examples/test-suite/scilab/enums_runme.sci @@ -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())