changeset 14332:affda9a8f7d0

maint: add file omitted from last commit
author John W. Eaton <jwe@octave.org>
date Sun, 05 Feb 2012 15:36:24 -0500
parents 9a276049f18b
children 6dd710b73150
files test/test_bug_31371.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/test_bug_31371.m
+++ b/test/test_bug_31371.m
@@ -8,7 +8,7 @@
 %! T = @(t,f) t;
 %! F = @(t,f) f;
 %! 
-%! % Church Numerals in MATLAB
+%! % Church Numerals
 %! Zero  = @(f,x) x;
 %! One   = @(f,x) f(x);
 %! Two   = @(f,x) f(f(x));