changeset 30570:d3b1d0e770e2

Update debug BIST test failing after cset 82b685157e2b. * debug.cc (Fdbstatus): Update BIST test which relied on a line number in @audioplayer/set.m which shifted due to changes in number of documentation lines.
author Rik <rik@octave.org>
date Thu, 30 Dec 2021 11:28:56 -0800
parents 2d6e60776588
children faf96757915a
files libinterp/corefcn/debug.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/debug.cc	Thu Dec 30 11:20:10 2021 -0800
+++ b/libinterp/corefcn/debug.cc	Thu Dec 30 11:28:56 2021 -0800
@@ -529,12 +529,12 @@
 %!test
 %! if (isguirunning ())
 %!   orig_show_dbg = __event_manager_gui_preference__ ("editor/show_dbg_file",
-%!                                                   "0");
+%!                                                     "0");
 %! endif
 %! unwind_protect
 %!   dbclear all;   # Clear out breakpoints before test
 %!   dbstop @ftp/dir;
-%!   dbstop @audioplayer/set 70;
+%!   dbstop @audioplayer/set 75;
 %!   dbstop quantile>__quantile__;
 %!   dbstop ls;
 %!   s = dbstatus;