diff scripts/miscellaneous/tempname.m @ 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 11faa69c4eaa
children 72c96de7a403
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)