changeset 12837:4dfc13ca35b9

codesprint: sprinting too fast * now.m: Fix one typo and one thinko in previous change.
author John W. Eaton <jwe@octave.org>
date Sat, 16 Jul 2011 17:47:49 -0400
parents e9b4de878a9c
children b584c07cd818
files scripts/time/now.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/time/now.m	Sat Jul 16 17:45:54 2011 -0400
+++ b/scripts/time/now.m	Sat Jul 16 17:47:49 2011 -0400
@@ -56,6 +56,6 @@
 endfunction
 
 %!error now (1);
-%!assert (isnumeric (now ());
+%!assert (isnumeric (now ()));
 %!assert (now () > 0);
-%!assert (now () >= now ());
+%!assert (now () <= now ());