Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions drracket-test/tests/drracket/language-test.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -1812,8 +1812,7 @@ the settings above should match r5rs
(loop child))]
[(is-a? gui-thing radio-box%)
(k gui-thing)])))]))
(error 'find-output-radio-box "could not find `~a' radio box"
label)))
(raise-arguments-error 'find-output-radio-box "could not find `' radio box" "label" label)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change is incorrect.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see that you have already done something about this, @jackfirth . But also, this isn't a problem with the arguments of the function.


(define re:out-of-sync
(regexp
Expand Down