Add missing '(test-end)' to environment tests

* tests/environment.scm: Add '(test-end)'.
This commit is contained in:
Timothy Sample 2018-07-16 22:19:12 -04:00
parent 9d834d0767
commit 99378697e2
1 changed files with 2 additions and 0 deletions

View File

@ -54,3 +54,5 @@
#f
(let ((env (make-environment '())))
(var-ref env "FOO")))
(test-end)