changeset 20815:6935b8f038cc

Fix BIST tests for rows() * data.cc (Frows): Fix BIST tests.
author Rik <rik@octave.org>
date Sun, 06 Dec 2015 08:19:29 -0800
parents 2da4058d65c7
children b16bcd7a2a33
files libinterp/corefcn/data.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/data.cc	Sun Dec 06 09:35:28 2015 +0100
+++ b/libinterp/corefcn/data.cc	Sun Dec 06 08:19:29 2015 -0800
@@ -2923,7 +2923,7 @@
 %!assert (rows ("Hello World"), 1)
 
 %!assert (rows ([]), 0)
-%!assert (rows (zeros (2,0), 2))
+%!assert (rows (zeros (2,0)), 2)
 
 ## Test input validation
 %!error rows ()