changeset 19100:f7c524595a71

test.m: Fix typo in __signal_fail name. * test.m: Drop 's' from __signal_fails.
author Rik <rik@octave.org>
date Mon, 01 Sep 2014 07:58:31 -0700
parents d20c81d3cd21
children 4fd271cd9b37
files scripts/testfun/test.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/testfun/test.m	Sun Aug 31 21:05:38 2014 -0700
+++ b/scripts/testfun/test.m	Mon Sep 01 07:58:31 2014 -0700
@@ -459,7 +459,7 @@
                        __shared, __code));
       catch
         __success = false;
-        __msg = [__signal_fails "test failed: syntax error\n" lasterr()];
+        __msg = [__signal_fail "test failed: syntax error\n" lasterr()];
       end_try_catch
 
       if (__success)