mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Pass as32 to create-array rather than As32 in order to match the
current SLIB definition.
This commit is contained in:
parent
00ccca6f2c
commit
55a8f728ab
1 changed files with 2 additions and 2 deletions
|
@ -312,5 +312,5 @@
|
|||
;; create-array isn't in old slib, but when it exists it should work
|
||||
(if (defined? 'create-array)
|
||||
(with-test-prefix "create-array"
|
||||
(pass-if "As32 create"
|
||||
(array? (create-array (As32 0) '(0 1)))))))))
|
||||
(pass-if "as32 create"
|
||||
(array? (create-array (as32 0) '(0 1)))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue