diff --git a/tests/regression/echotest/for-tests-expected.echo b/tests/regression/echotest/for-tests-expected.echo index 7820a41c..39a8d584 100644 --- a/tests/regression/echotest/for-tests-expected.echo +++ b/tests/regression/echotest/for-tests-expected.echo @@ -1,5 +1,4 @@ DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated. -DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated. WARNING: Bad range parameter in for statement: too many elements (4294967295). ECHO: nan ECHO: inf @@ -12,9 +11,7 @@ ECHO: "INF", 0 WARNING: Bad range parameter in for statement: too many elements (4294967295). ECHO: "-INF", 1 WARNING: Bad range parameter in for statement: too many elements (4294967295). -DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated. -WARNING: Bad range parameter in for statement: too many elements (4294967295). -DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated. +WARNING: Bad range parameter in for statement: too many elements (4294967295). WARNING: Bad range parameter in for statement: too many elements (4294967295). WARNING: Bad range parameter in for statement: too many elements (4294967295). WARNING: Bad range parameter in for statement: too many elements (4294967295). diff --git a/tests/regression/echotest/range-tests-expected.echo b/tests/regression/echotest/range-tests-expected.echo index ddff38e4..36865efd 100644 --- a/tests/regression/echotest/range-tests-expected.echo +++ b/tests/regression/echotest/range-tests-expected.echo @@ -22,7 +22,6 @@ ECHO: "[a05] ", -2 ECHO: "[a05] ", -1 ECHO: "[a05] ", 0 ECHO: "[a06] ----- [0:-3]" -DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated. ECHO: "[a06] ", -3 ECHO: "[a06] ", -2 ECHO: "[a06] ", -1 @@ -34,7 +33,6 @@ ECHO: "[a07] ", 0 ECHO: "[a07] ", 1 ECHO: "[a07] ", 2 ECHO: "[a08] ----- [2:-2]" -DEPRECATED: Using ranges of the form [begin:end] with begin value greater than the end value is deprecated. ECHO: "[a08] ", -2 ECHO: "[a08] ", -1 ECHO: "[a08] ", 0