drop a bad R6RS test (PR 10210)
svn: r14577
This commit is contained in:
parent
f86c9e3d85
commit
932fe179f8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user