Add test for 21316e3ebf
.
This commit is contained in:
parent
21316e3ebf
commit
a0c09c19ac
|
@ -127,7 +127,14 @@
|
|||
0 #f)))
|
||||
|
||||
(test/pos-blame
|
||||
'vector/c6
|
||||
'vector/c7
|
||||
'(contract (vector/c integer? #:immutable #t)
|
||||
(vector-immutable #f)
|
||||
'pos 'neg)))
|
||||
'pos 'neg))
|
||||
|
||||
(test/spec-passed/result
|
||||
'vector/immutable-flat
|
||||
'(let ([x (vector-immutable 1 2 3)])
|
||||
(eq? (contract (vectorof integer?) x 'pos 'neg)
|
||||
x))
|
||||
'#true))
|
||||
|
|
Loading…
Reference in New Issue
Block a user