From 0230ff84e8c178732fb1ca7ecb49832be98081d8 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 10 Mar 2009 14:38:19 +0000 Subject: [PATCH] svn: r14027 original commit: ca2dd05eca1588351b6c668865b9c334b40ee607 --- collects/framework/test.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/test.ss b/collects/framework/test.ss index ce91d13b..860fe61b 100644 --- a/collects/framework/test.ss +++ b/collects/framework/test.ss @@ -352,7 +352,7 @@ [(zero? n) (error 'test:set-radio-box! "did not find ~e as a label for ~e; labels: ~a" state in-cb - (build-labels in-cb))] + (build-labels rb))] [else (let ([i (- total n)]) (if (or (string=? state (send rb get-item-label i)) (string=? state (send rb get-item-plain-label i)))