mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Fix new thread-local fluids test
* test-suite/tests/fluids.test ("dynamic states"): Fix test.
This commit is contained in:
parent
1e51ffa634
commit
8157c2a3ac
1 changed files with 1 additions and 1 deletions
|
@ -265,5 +265,5 @@
|
|||
(pass-if "exception handler not captured"
|
||||
(let ((state (catch #t (lambda () (current-dynamic-state)) error)))
|
||||
(catch #t
|
||||
(lambda () (with-dynamic-state state (/ 1 0)))
|
||||
(lambda () (with-dynamic-state state (lambda () (/ 1 0))))
|
||||
(lambda _ #t)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue