diff libinterp/corefcn/fcn-info.cc @ 28930:2883b3d08b7e

maint: Remove unnecessary parentheses bracketing %!error BIST tests. * bsxfun.cc, call-stack.cc, data.cc, environment.cc, fcn-info.cc, fft.cc, filter.cc, quadcc.cc, sighandlers.cc, sysdep.cc, ov.cc, pt-eval.cc, accumarray.m, repmat.m, beep.m, pchip.m, movfun.m, rosser.m: Remove unnecessary parentheses bracketing %!error BIST tests.
author Rik <rik@octave.org>
date Wed, 14 Oct 2020 13:14:02 -0700
parents 5ee60b512cb8
children 7854d5752dd2
line wrap: on
line diff
--- a/libinterp/corefcn/fcn-info.cc	Wed Oct 14 11:46:55 2020 -0700
+++ b/libinterp/corefcn/fcn-info.cc	Wed Oct 14 13:14:02 2020 -0700
@@ -1223,7 +1223,7 @@
 %! ignore_function_time_stamp (old_state);
 
 ## Test input validation
-%!error (ignore_function_time_stamp ("all", "all"))
-%!error (ignore_function_time_stamp ("UNKNOWN_VALUE"))
-%!error (ignore_function_time_stamp (42))
+%!error ignore_function_time_stamp ("all", "all")
+%!error ignore_function_time_stamp ("UNKNOWN_VALUE")
+%!error ignore_function_time_stamp (42)
 */