changeset 13056:66662c033301

codesprint: tests or profshow * profshow.m: New tests.
author John W. Eaton <jwe@octave.org>
date Sat, 03 Sep 2011 13:15:02 -0400
parents 4e95529cbc51
children 85c77dd2e85b
files scripts/general/profshow.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);