changeset 12823:ab6fc7b40541

codesprint: add assert(1) test for __dispatch__ * __dispatch__.cc: No tests needed for internal function that is only present to support deprecated function.
author John W. Eaton <jwe@octave.org>
date Sat, 16 Jul 2011 16:33:07 -0400
parents 46e0d66596f2
children 819a60a05a65
files src/DLD-FUNCTIONS/__dispatch__.cc
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__dispatch__.cc	Sat Jul 16 13:17:23 2011 -0700
+++ b/src/DLD-FUNCTIONS/__dispatch__.cc	Sat Jul 16 16:33:07 2011 -0400
@@ -129,3 +129,10 @@
 
   return retval;
 }
+
+/*
+
+## No test needed for internal helper function.
+%!assert (1)
+
+*/