diff options
author | Mark H Weaver <mhw@netris.org> | 2013-12-16 22:55:25 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-12-16 22:55:25 -0500 |
commit | 0b83be7eb64eb11479d2bec867d428afb46b5f58 (patch) | |
tree | 79f700709c6c344ea5e5000326cd1cefbc682108 /test-suite/tests | |
parent | 70c74b847680d3b239e591afa2e99c51a712980c (diff) | |
download | guile-0b83be7eb64eb11479d2bec867d428afb46b5f58.tar.gz |
Revert "Fix bound-identifier=? to compare binding names, not just symbolic names."
This reverts commit 70c74b847680d3b239e591afa2e99c51a712980c.
Diffstat (limited to 'test-suite/tests')
-rw-r--r-- | test-suite/tests/syntax.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/tests/syntax.test b/test-suite/tests/syntax.test index a608af6e2..6fac0ba34 100644 --- a/test-suite/tests/syntax.test +++ b/test-suite/tests/syntax.test @@ -1172,11 +1172,6 @@ (r 'outer)) #t))) -(pass-if "bound-identifier=?" - (let* ((x 1) (s1 #'x) - (x 2) (s2 #'x)) - (not (bound-identifier=? s1 s2)))) - (with-test-prefix "syntax-case" (pass-if-syntax-error "duplicate pattern variable" |