tests: Use (ice-9 threads).
authorLudovic Courtès <ludo@gnu.org>
Sat, 23 Nov 2019 21:27:28 +0000 (22:27 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 23 Nov 2019 21:45:21 +0000 (22:45 +0100)
'call-with-new-thread' as a core binding is deprecated in 2.2 and
removed in 3.0.

* tests/publish.scm: Use (ice-9 threads).

tests/publish.scm

index 64a8ff3..204cfb4 100644 (file)
@@ -45,6 +45,7 @@
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-26)
   #:use-module (srfi srfi-64)
+  #:use-module (ice-9 threads)
   #:use-module (ice-9 format)
   #:use-module (ice-9 match)
   #:use-module (ice-9 rdelim))