changeset 19133:95c804dcc76c

md5sum.cc: Codesprint: add test for empty argument list
author Andreas Weber <andy.weber.aw@gmail.com>
date Sun, 21 Sep 2014 21:01:52 +0200
parents c3bdd640a4dd
children 38c54d45d05f
files libinterp/corefcn/md5sum.cc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/md5sum.cc	Sun Sep 21 14:45:40 2014 -0400
+++ b/libinterp/corefcn/md5sum.cc	Sun Sep 21 21:01:52 2014 +0200
@@ -86,5 +86,7 @@
 %! fclose (fid);
 %! assert (md5sum (tfile), "147a664a2ca9410911e61986d3f0d52a");
 %! unlink (tfile);
+
+%!error md5sum ();
 */