changeset 21629:9958cead45e2

scripts/plot/draw/hist.m: suppress output from test.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 19 Apr 2016 12:30:18 +0200
parents 37a44d8af461
children b5d9b95d1e1a
files scripts/plot/draw/hist.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/hist.m	Sun Apr 10 10:22:18 2016 +1000
+++ b/scripts/plot/draw/hist.m	Tue Apr 19 12:30:18 2016 +0200
@@ -256,7 +256,7 @@
 
 ## Handle second argument correctly, even when it's class integer
 %!test
-%! y = [2.4 2.5 2.6 5.4 5.5 5.6]
+%! y = [2.4 2.5 2.6 5.4 5.5 5.6];
 %! n = [2  3  1];
 %! x = [1  4  7];
 %! [nn, xx] = hist (y, uint8 ([1 4 7]));