Removing import warning from match tests.

This commit is contained in:
Alex Shinn 2014-12-13 15:16:21 +09:00
parent f4f3949b4e
commit 05ba50e259

View file

@ -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")