diff options
Diffstat (limited to 'tests/preemption.scm')
| -rw-r--r-- | tests/preemption.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/preemption.scm b/tests/preemption.scm index 1886560..e2395cf 100644 --- a/tests/preemption.scm +++ b/tests/preemption.scm @@ -20,7 +20,7 @@ (define-module (tests parameters) #:use-module (ice-9 atomic) #:use-module (fibers) - #:use-module (fibers internal)) + #:use-module (fibers scheduler)) (define failed? #f) |
