changeset 28909:ccc317d68e79

maint: Suppress BIST %!error output in mex test from cset 11f1207111c5. * bug-51725.tst: Add ';' to end of %!error line to suppress output of test.
author Rik <rik@octave.org>
date Tue, 13 Oct 2020 15:17:07 -0700
parents 1572a4329015
children c001ae7f6726
files test/mex/bug-51725.tst
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/mex/bug-51725.tst	Tue Oct 13 15:07:07 2020 -0700
+++ b/test/mex/bug-51725.tst	Tue Oct 13 15:17:07 2020 -0700
@@ -24,4 +24,5 @@
 ########################################################################
 
 %!assert (bug_51725 (), [])
-%!error <element number 2 undefined in return list> [x,y,z] = bug_51725 ()
+## Note: ';' is required to suppress output
+%!error <element number 2 undefined in return list> [x,y,z] = bug_51725 ();