Skip to content

Commit 471bb4c

Browse files
committed
Fix the regexp for BC from racket/htdp@893874f566
1 parent 2870b7f commit 471bb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drracket-test/tests/drracket/module-lang-test.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ f: contract violation
542542

543543
}
544544
#f
545-
#rx"[+]: expects a number, given #false"
545+
#rx"[+]: expects a number(?: as 2nd argument)?, given #false"
546546
#:extra-assert
547547
(λ (defs ints #:stacks stacks #:test test)
548548
(and (for*/or ([stack (in-list stacks)]

0 commit comments

Comments
 (0)