diff src/DLD-FUNCTIONS/__glpk__.cc @ 12805:3641167e5b75

codesprint: *.cc helper functions do not need tests * __contourc__.cc, __delaunayn__.cc, __dsearchn__.cc, __fltk_uigetfile__.cc, __glpk__.cc, __lin_interpn__.cc, __magick_read__.cc, __pchip_deriv__.cc, __qp__.cc, __voronoi__.cc: Add %!assert(1) to stop files from reporting no tests
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 11:16:35 -0700
parents 12df7854fa7c
children 72c96de7a403
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__glpk__.cc	Sat Jul 16 13:13:19 2011 -0500
+++ b/src/DLD-FUNCTIONS/__glpk__.cc	Sat Jul 16 11:16:35 2011 -0700
@@ -854,3 +854,10 @@
 
   return retval;
 }
+
+/*
+
+## No test needed for internal helper function.
+%!assert (1)
+
+*/