arclanguage / anarki

Community-managed fork of the Arc dialect of Lisp; for commit privileges submit a pull request.
http://arclanguage.github.io
Other
1.17k stars 160 forks source link

Fix some overly restrictive tests. #187

Closed rocketnia closed 3 years ago

rocketnia commented 3 years ago

Four unit tests were causing pull request #183 to have a build failure on Racket 7.9 [cs].

Two tests were failing because an error message changed, and two were failing because the iteration order of hash tables changed (likely in Racket 7.7).