changeset 32184:5808c5391966

corr.m: Adjust messages in BIST tests for changes in cset e4e7bc93f5f7. * corr.m: Update input validation BIST tests for change in message string.
author Rik <rik@octave.org>
date Tue, 11 Jul 2023 09:22:40 -0700
parents e4e7bc93f5f7
children 85e411ccf7e4
files scripts/statistics/corr.m
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/statistics/corr.m	Mon Jul 10 17:01:13 2023 -0700
+++ b/scripts/statistics/corr.m	Tue Jul 11 09:22:40 2023 -0700
@@ -163,6 +163,6 @@
 %!error <Invalid call> corr ()
 %!error corr ([1; 2], ["A"; "B"])
 %!error corr (ones (2,2,2))
-%!error <inputs must be the same size> corr (ones (2,2), ones (2,2,2))
-%!error <inputs must be the same size> corr ([1,2,3], [1,2,3]')
-%!error <inputs must be the same size> corr ([1,2,3]', [1,2,3])
+%!error <X and Y must be the same size> corr (ones (2,2), ones (2,2,2))
+%!error <X and Y must be the same size> corr ([1,2,3], [1,2,3]')
+%!error <X and Y must be the same size> corr ([1,2,3]', [1,2,3])