fix broken test

This commit is contained in:
Robby Findler 2013-06-30 05:06:46 -05:00
parent 8d9a859d7a
commit a8731609f1

View File

@ -137,7 +137,7 @@
(define-language L
[Cv (name n variable-not-otherwise-mentioned)])
(test (redex-match L Cv (term ())) #f)
(test (pair? (redex-match L Cv (term x))) #f))
(test (pair? (redex-match L Cv (term x))) #t))
(let ()
(define-language lang