summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/static_const_member_2_runme.m
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/octave/static_const_member_2_runme.m')
-rw-r--r--Examples/test-suite/octave/static_const_member_2_runme.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/octave/static_const_member_2_runme.m b/Examples/test-suite/octave/static_const_member_2_runme.m
index 73260bae7..8619fd1eb 100644
--- a/Examples/test-suite/octave/static_const_member_2_runme.m
+++ b/Examples/test-suite/octave/static_const_member_2_runme.m
@@ -18,6 +18,6 @@ end_try_catch
if (Foo.BAZ.val != 2*Foo.BAR.val)
- error
+ error("failed");
endif