changeset 26905:91e5d37aaba0

__ode15__.cc: mark internal function as tested for BIST purposes * __ode15__.cc: Mark internal function as tested for BIST purposes.
author Mike Miller <mtmiller@octave.org>
date Wed, 13 Mar 2019 16:52:30 -0700
parents d7856bf83781
children db59dabf1685
files libinterp/dldfcn/__ode15__.cc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__ode15__.cc	Wed Mar 13 16:31:58 2019 -0700
+++ b/libinterp/dldfcn/__ode15__.cc	Wed Mar 13 16:52:30 2019 -0700
@@ -1271,3 +1271,8 @@
 
 #endif
 }
+
+/*
+## No test needed for internal helper function.
+%!assert (1)
+*/