# HG changeset patch # User Rik # Date 1682528112 25200 # Node ID f010a32986e414f10671eaa6c3692c17d49c48d6 # Parent d98157d51a972836dee37e04ebea0c4abdac3a9f 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 diff -r d98157d51a97 -r f010a32986e4 libinterp/octave-value/ov-classdef.cc --- 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)