changeset 32057:f010a32986e4

Remove test of methods ov-classdef.cc that should have been in cset d98157d51a97. * ov-classdef.cc (F__methods__): Remove BIST test for __methods__ that is covered in methods.m
author Rik <rik@octave.org>
date Wed, 26 Apr 2023 09:55:12 -0700
parents d98157d51a97
children e242124f1240
files libinterp/octave-value/ov-classdef.cc
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-classdef.cc	Wed Apr 26 08:13:49 2023 -0700
+++ b/libinterp/octave-value/ov-classdef.cc	Wed Apr 26 09:55:12 2023 -0700
@@ -804,9 +804,8 @@
 }
 
 /*
-%!assert (__methods__ ("inputParser"),
-%!        {"addOptional"; "addParamValue"; "addParameter"; "addRequired";
-%!         "addSwitch"; "delete"; "disp"; "parse"; })
+// BIST tests are in file methods.m
+%!assert (1)
 */
 
 OCTAVE_END_NAMESPACE(octave)