summaryrefslogtreecommitdiff
path: root/Examples/octave/operator/runme.m
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/octave/operator/runme.m')
-rw-r--r--Examples/octave/operator/runme.m5
1 files changed, 2 insertions, 3 deletions
diff --git a/Examples/octave/operator/runme.m b/Examples/octave/operator/runme.m
index 41c2c14a7..ff8b594da 100644
--- a/Examples/octave/operator/runme.m
+++ b/Examples/octave/operator/runme.m
@@ -47,6 +47,5 @@ if swig_octave_prereq(3,8,0)
endif
# 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
+g = [a, b, c];
+printf("g = %s\n",disp(g));