diff --git a/tests/match-tests.scm b/tests/match-tests.scm index f4c688e8..e6a48513 100644 --- a/tests/match-tests.scm +++ b/tests/match-tests.scm @@ -1,6 +1,6 @@ (cond-expand - (modules (import (chibi match) (srfi 9) (only (chibi test) test-begin test test-end))) + (modules (import (chibi match) (srfi 99) (only (chibi test) test-begin test test-end))) (else (load "lib/chibi/match/match.scm"))) (test-begin "match")