~ chicken-core (chicken-5) 041031797ff18f927c2c3ebf933a0e972e228b47


commit 041031797ff18f927c2c3ebf933a0e972e228b47
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Thu Jun 18 20:59:12 2015 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Thu Jun 18 20:59:12 2015 +1200

    Add extras import to numbers-tests for sprintf
    
    The test suite introduced by 92433dc needs to import the extras module
    for access to `sprintf`.

diff --git a/tests/numbers-test.scm b/tests/numbers-test.scm
index 6eadd867..6a211c26 100644
--- a/tests/numbers-test.scm
+++ b/tests/numbers-test.scm
@@ -1,7 +1,7 @@
 ;;;; numbers-test.scm
 
 (include "test.scm")
-(use posix)
+(use extras posix)
 
 ;; The default "comparator" doesn't know how to deal with extended number types
 (current-test-comparator
Trap