Blob Blame History Raw
--- recette/error.scm.orig	2021-03-22 11:57:58.000000000 -0600
+++ recette/error.scm	2021-03-22 18:44:15.398794536 -0600
@@ -307,14 +307,6 @@
 		   (loop (-fx i 1)))
 		i))
 	 0)
-   (test "with-handler.11"
-	 (cons
-	  (bind-exit (exit)
-	     (with-handler (lambda (e) (exit 'a))
-			   (/fx 1 0)))
-	  (with-handler (lambda (e) 'b)
-			(/fx 1 0)))
-	 '(a . b))
    (test "with-handler.1-eval"
 	 (eval '(with-handler
 		   (lambda (e) e)