Skip to content

Commit 107bf52

Browse files
author
maechler
committed
update for changed err msg
git-svn-id: https://svn.r-project.org/R/trunk@89148 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 027b572 commit 107bf52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/reg-tests-2.Rout.save

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
R Under development (unstable) (2024-12-19 r87451) -- "Unsuffered Consequences"
3-
Copyright (C) 2024 The R Foundation for Statistical Computing
2+
R Under development (unstable) (2025-12-11 r89141) -- "Unsuffered Consequences"
3+
Copyright (C) 2025 The R Foundation for Statistical Computing
44
Platform: x86_64-pc-linux-gnu
55

66
R is free software and comes with ABSOLUTELY NO WARRANTY.
@@ -7000,10 +7000,10 @@ Asserted error: no method found for function 'show' and signature bar
70007000
> ## corner cases for array
70017001
> # allowed, gave non-array in 2.15.x
70027002
> try(array(1, integer()))
7003-
Error in array(1, integer()) : 'dims' cannot be of length 0
7003+
Error in array(1, integer()) : 'dim' cannot be of length 0
70047004
> # if no dims, an error to supply dimnames
70057005
> try(array(1, integer(), list(1, 2)))
7006-
Error in array(1, integer(), list(1, 2)) : 'dims' cannot be of length 0
7006+
Error in array(1, integer(), list(1, 2)) : 'dim' cannot be of length 0
70077007
> ##
70087008
>
70097009
>

0 commit comments

Comments
 (0)