mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
* Reflect the fact that string=? is fixed in the test-suite.
This commit is contained in:
parent
a6d9e5abe5
commit
b3b8952a94
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-10-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* tests/strings.test: string=? is fixed.
|
||||
|
||||
2000-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* tests/list.test: Removed references to sloppy-mem(q|v|ber)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
(use-modules (test-suite lib))
|
||||
|
||||
|
||||
(expect-fail "string=? does not accept symbols"
|
||||
(pass-if "string=? does not accept symbols"
|
||||
(catch 'wrong-type-arg
|
||||
(lambda ()
|
||||
(string=? 'a 'b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue