diff scripts/plot/uimenu.m @ 13223:931d4b7dc205

avoid output in test * uimenu.m: Avoid output in test.
author John W. Eaton <jwe@octave.org>
date Sun, 25 Sep 2011 19:41:15 -0400
parents cb8fd692b600
children 22ce748da25f
line wrap: on
line diff
--- a/scripts/plot/uimenu.m
+++ b/scripts/plot/uimenu.m
@@ -140,7 +140,7 @@
 %!test
 %! hf = figure ("visible", "off");
 %! unwind_protect
-%!   uie = findall (hf, "label", "&edit")
+%!   uie = findall (hf, "label", "&edit");
 %!   myui = uimenu (uie, "label", "mylabel");
 %!   assert (ancestor (myui, "uimenu", "toplevel"), uie)
 %! unwind_protect_cleanup