Mercurial > hg > octave-nkf
diff scripts/plot/findobj.m @ 17119:bd50e0660545
test: Add missing semicolons to suppress output in some plot %!tests.
* scripts/plot/allchild.m, scripts/plot/findall.m, scripts/plot/findobj.m,
scripts/plot/legend.m, scripts/plot/uimenu.m:
Add missing semicolons to suppress output in some plot %!tests.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 31 Jul 2013 13:31:01 -0700 |
parents | dbd64c9a16da |
children | eaab03308c0b |
line wrap: on
line diff
--- a/scripts/plot/findobj.m +++ b/scripts/plot/findobj.m @@ -317,7 +317,7 @@ %!test %! toolkit = graphics_toolkit ("gnuplot"); -%! hf = figure ("visible", "off") +%! hf = figure ("visible", "off"); %! unwind_protect %! h1 = subplot (2, 2, 1); %! h2 = subplot (2, 2, 2); @@ -334,7 +334,7 @@ %!test %! toolkit = graphics_toolkit ("gnuplot"); -%! hf = figure ("visible", "off") +%! hf = figure ("visible", "off"); %! unwind_protect %! h1 = subplot (2, 2, 1); %! set (h1, 'tag', '1')