From f536b8985ed366ddc633fda3ae83af255f174acb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 25 Mar 2004 17:24:43 +0000 Subject: [PATCH] . original commit: 27467467ffc89646465412f0c8b51f6b855626aa --- collects/tests/mred/item.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/mred/item.ss b/collects/tests/mred/item.ss index da7d4c43..cca31078 100644 --- a/collects/tests/mred/item.ss +++ b/collects/tests/mred/item.ss @@ -21,7 +21,7 @@ 100 100)) (send default-parent-frame show #t)) -(when (with-handlers ([not-break-exn? (lambda (x) #f)]) +(when (with-handlers ([exn:fail? (lambda (x) #f)]) (namespace-variable-binding 'mid?) mdi?) (mdi))