From bf9b5ea7cc1fa529d8c77d423b959ba2a95c6868 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 22 Apr 2003 15:07:44 +0000 Subject: [PATCH] . original commit: e1229e70305f61d23ecf20a072d50d61ddab6d6c --- collects/tests/mred/paramz.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/mred/paramz.ss b/collects/tests/mred/paramz.ss index 7a33a358..976dba4f 100644 --- a/collects/tests/mred/paramz.ss +++ b/collects/tests/mred/paramz.ss @@ -50,7 +50,7 @@ (st #t d is-shown?) (thread-suspend t) (stv d show #f) - (st #t d is-shown?) + (st #f d is-shown?) (thread-resume t) (thread-wait t) (st #f d is-shown?)