# HG changeset patch # User John W. Eaton # Date 1315070102 14400 # Node ID 66662c0333010e1e67c4d314cccc853b78a0f39b # Parent 4e95529cbc511e5f35d3eb9d73e7a58eeb8ea28f codesprint: tests or profshow * profshow.m: New tests. diff -r 4e95529cbc51 -r 66662c033301 scripts/general/profshow.m --- a/scripts/general/profshow.m Sat Sep 03 12:23:35 2011 -0500 +++ b/scripts/general/profshow.m Sat Sep 03 13:15:02 2011 -0400 @@ -100,3 +100,7 @@ %! myfib (20); %! profile ("off"); %! profshow (profile ("info"), 5); + +%!error profshow (); +%!error profshow (1, 2, 3); +%!error profshow (struct (), 1.2);