changeset 13071:a3d21c3c0f58

codesprint: No tests needed for alias of tmpnam function. * tempname.m: Mark file as tested with assert (1).
author Rik <octave@nomad.inbox5.com>
date Sat, 03 Sep 2011 12:43:38 -0700
parents a0d854f079d2
children 39814ef3278b
files scripts/miscellaneous/tempname.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/tempname.m	Sat Sep 03 14:37:38 2011 -0500
+++ b/scripts/miscellaneous/tempname.m	Sat Sep 03 12:43:38 2011 -0700
@@ -29,3 +29,7 @@
   filename = tmpnam (varargin{:});
 
 endfunction
+
+
+%% No tests needed for alias.
+%!assert (1)