diff src/DLD-FUNCTIONS/__dispatch__.cc @ 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 01f703952eff
children 72c96de7a403
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)
+
+*/