summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/template_ns4_runme.m
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/octave/template_ns4_runme.m')
-rw-r--r--Examples/test-suite/octave/template_ns4_runme.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/octave/template_ns4_runme.m b/Examples/test-suite/octave/template_ns4_runme.m
index b5746427b..6dff55694 100644
--- a/Examples/test-suite/octave/template_ns4_runme.m
+++ b/Examples/test-suite/octave/template_ns4_runme.m
@@ -7,5 +7,5 @@ template_ns4
d = make_Class_DD();
if (!strcmp(d.test(),"test"))
- error
+ error("failed");
endif