eliminated bug introduced with latest revision

please add to 6.1.1.

(cherry picked from commit 538bb75d64)
This commit is contained in:
Matthias Felleisen 2014-10-20 15:31:45 -04:00 committed by Ryan Culpepper
parent 527d383385
commit 25919d396d

View File

@ -208,7 +208,7 @@
;; check
(lambda (p? v _what-is-this?) (p? v))
;; maker
(lambda (src format v1 v2 _) (make-satisfied-failed src format v2 property?))
(lambda (src format v1 _v2 _) (make-satisfied-failed src format v1 property?))
;; test
test
;; expect