mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Removing import warning from match tests.
This commit is contained in:
parent
f4f3949b4e
commit
05ba50e259
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue