Temporarily remove Octave concatenation test broken in octave-7.2.0

This commit is contained in:
William S Fulton 2022-09-09 08:44:39 +01:00
commit 0a0743f25c

View file

@ -46,6 +46,7 @@ if swig_octave_prereq(3,8,0)
printf("exp(a) = %s\n", disp(exp(a)));
endif
# concatenation operator
g = [a, b, c];
printf("g = %s\n",disp(g));
# concatenation operator, note: calls @swig_ref/horzcat.m
# g = [a, b, c];
# printf("g = %s\n",disp(g));
# Above temporarily removed as broken in octave-7.2.0, see https://github.com/swig/swig/issues/2353