summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/typemap_namespace_runme.m
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/octave/typemap_namespace_runme.m')
-rw-r--r--Examples/test-suite/octave/typemap_namespace_runme.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/octave/typemap_namespace_runme.m b/Examples/test-suite/octave/typemap_namespace_runme.m
index ec62a3910..e67781c66 100644
--- a/Examples/test-suite/octave/typemap_namespace_runme.m
+++ b/Examples/test-suite/octave/typemap_namespace_runme.m
@@ -1,10 +1,10 @@
typemap_namespace
if (!strcmp(test1("hello"),"hello"))
- error
+ error("failed");
endif
if (!strcmp(test2("hello"),"hello"))
- error
+ error("failed");
endif