mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-01 23:30:28 +02:00
Include (ice-9 arrays) in random.test
* test-suite/tests/random.test: array-slice-for-each is no longer in the default environment.
This commit is contained in:
parent
ccaff3da39
commit
ffde664f53
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;;;; random.test --- tests guile's uniform arrays -*- scheme -*-
|
||||
;;;;
|
||||
;;;; Copyright 2013 Free Software Foundation, Inc.
|
||||
;;;; Copyright 2013, 2025 Free Software Foundation, Inc.
|
||||
;;;;
|
||||
;;;; This library is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -21,6 +21,7 @@
|
|||
#:use-module (test-suite lib)
|
||||
#:use-module (srfi srfi-4)
|
||||
#:use-module (srfi srfi-4 gnu)
|
||||
#:use-module (ice-9 arrays)
|
||||
#:use-module ((ice-9 control) #:select (let/ec)))
|
||||
|
||||
; see strings.test, arrays.test.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue