1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 07:40:30 +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:
Andy Wingo 2025-06-17 10:46:30 +02:00
parent ccaff3da39
commit ffde664f53

View file

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