changeset 19138:fbe5a2dd64ae

primes.m: Fix failing BIST test introduced in cset 90dd85369c2e. * primes.m: Fix failing BIST test introduced in cset 90dd85369c2e.
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 10:43:47 -0700
parents 56bc1464ec59
children 5bc7d059344d
files scripts/specfun/primes.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/specfun/primes.m	Sat Sep 20 12:43:25 2014 -0400
+++ b/scripts/specfun/primes.m	Sat Sep 20 10:43:47 2014 -0700
@@ -107,5 +107,5 @@
 
 %!error primes ()
 %!error primes (1, 2)
-%!error <N must be a scalar> primes (1, ones (2,2))
+%!error <N must be a scalar> primes (ones (2,2))