Checking that r7rs is in the features list.

This commit is contained in:
Alex Shinn 2012-11-11 14:15:12 +09:00
parent aeb0109159
commit a9f4f3edd3

View file

@ -1649,5 +1649,6 @@
(test #t (exact? (jiffies-per-second)))
(test #t (list? (features)))
(test #t (and (memq 'r7rs (features)) #t))
(test-end)