Updated tests after fixing #678

experimental-features-fix
Marius Kintel 2014-03-02 23:31:36 -05:00
parent fbfc9b0879
commit 8635e94166
2 changed files with 1 additions and 6 deletions

View File

@ -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).

View File

@ -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