# HG changeset patch # User Rik # Date 1449418769 28800 # Node ID 6935b8f038cc5e04aa5ce5279946a5a6fc6d08a4 # Parent 2da4058d65c758c622f86179704bec874f8fd10c Fix BIST tests for rows() * data.cc (Frows): Fix BIST tests. diff -r 2da4058d65c7 -r 6935b8f038cc libinterp/corefcn/data.cc --- 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 ()