tests: Use (ice-9 threads).

'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).
This commit is contained in:
Ludovic Courtès 2019-11-23 22:27:28 +01:00
parent d15e4b1dc2
commit fde60bfb84
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View 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))