drop a bad R6RS test (PR 10210)

svn: r14577
This commit is contained in:
Matthew Flatt 2009-04-21 16:44:41 +00:00
parent f86c9e3d85
commit 932fe179f8

View File

@ -216,7 +216,7 @@
(test (bound-identifier=? #'cons #'kons) #f)
(test (free-identifier=? #'x #'x) #t)
(test (free-identifier=? #'x #'y) #f)
(test (free-identifier=? #'cons #'kons) #t)
;; (test (free-identifier=? #'cons #'kons) #t) ;; see PLT bug report #10210
(test (syntax->datum #'1) 1)
(test (syntax->datum #'a) 'a)