add any-wrap test for Environment-Variables (#390)

This commit is contained in:
Benjamin Greenman 2016-07-08 20:11:30 -04:00 committed by Sam Tobin-Hochstadt
parent 88f896c121
commit 92c67b16ae

View File

@ -152,6 +152,7 @@
[ChannelTop (make-channel) channel-try-get]
[Char #\space char->integer]
[Datum 'A (lambda (x) (datum->syntax #f x))]
[Environment-Variables (current-environment-variables) environment-variables-names]
[EOF eof eof-object?]
[ExtFlVector (extflvector pi.t) extflvector-length]
[FSemaphore (make-fsemaphore 0) fsemaphore-post]