fix broken test
This commit is contained in:
parent
8d9a859d7a
commit
a8731609f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user