summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/naturalvar_runme.m
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/octave/naturalvar_runme.m')
-rw-r--r--Examples/test-suite/octave/naturalvar_runme.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/octave/naturalvar_runme.m b/Examples/test-suite/octave/naturalvar_runme.m
index 6059b0273..40546f26c 100644
--- a/Examples/test-suite/octave/naturalvar_runme.m
+++ b/Examples/test-suite/octave/naturalvar_runme.m
@@ -14,6 +14,6 @@ cvar.s = "hello";
b.s = "hello";
if (b.s != cvar.s)
- error
+ error("failed");
endif