diff options
Diffstat (limited to 'tests/channels.scm')
| -rw-r--r-- | tests/channels.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/channels.scm b/tests/channels.scm index 67fa9aa..68c98c9 100644 --- a/tests/channels.scm +++ b/tests/channels.scm @@ -17,7 +17,8 @@ ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;;;; -(define-module (tests cml) +(define-module (tests channels) + #:use-module ((ice-9 threads) #:select (current-processor-count)) #:use-module (fibers) #:use-module (fibers channels)) |
