unsafe-vector-chaperone: repair a test
This commit is contained in:
parent
e13d40c5ef
commit
263e7b10d9
|
@ -825,9 +825,10 @@
|
||||||
": contract violation")
|
": contract violation")
|
||||||
(exn-message exn))
|
(exn-message exn))
|
||||||
(test #t
|
(test #t
|
||||||
(regexp-match?
|
regexp-match?
|
||||||
"(and/c vector? (not/c impersonator?))"
|
"[(]and/c vector[?] [(]not/c impersonator[?][)][)]"
|
||||||
(exn-message exn)))))
|
(exn-message exn))
|
||||||
|
#t))
|
||||||
(clear)
|
(clear)
|
||||||
(define vc*1 (do-chap (vector 93 77 26) 'vc*1))
|
(define vc*1 (do-chap (vector 93 77 26) 'vc*1))
|
||||||
(define cvc*1 (add-prop vc*1 p1 'p1-cvc*1 #:redirect #t))
|
(define cvc*1 (add-prop vc*1 p1 'p1-cvc*1 #:redirect #t))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user