changeset 28913:c11bebb62369

Temporary fix for newline() BIST test until bug #59265 is resolved. * strfns.cc (Fnewline): Add semicolon at end of %!error BIST test to suppress output.
author Rik <rik@octave.org>
date Tue, 13 Oct 2020 18:20:54 -0700
parents 0de38a6ef693
children 49d3a6322a9b
files libinterp/corefcn/strfns.cc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/strfns.cc	Tue Oct 13 18:17:29 2020 -0700
+++ b/libinterp/corefcn/strfns.cc	Tue Oct 13 18:20:54 2020 -0700
@@ -1112,6 +1112,8 @@
 %!assert (newline (), "\n")
 
 %!error newline (1)
+## FIXME: The next error() test requires a semicolon at EOL until
+##        bug #59265 is resolved.
 %!error [a, b] = newline ()
 */