diff src/DLD-FUNCTIONS/__fltk_uigetfile__.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 0f71b9639207
children ca90a6d59ab6
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__fltk_uigetfile__.cc	Sat Jul 16 13:13:19 2011 -0500
+++ b/src/DLD-FUNCTIONS/__fltk_uigetfile__.cc	Sat Jul 16 11:16:35 2011 -0700
@@ -130,4 +130,11 @@
   return retval;
 }
 
+/*
+
+## No test needed for internal helper function.
+%!assert (1)
+
+*/
+
 #endif