Fix broken test.

original commit: 069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
This commit is contained in:
Vincent St-Amour 2013-05-28 13:08:00 -04:00
parent 724cd37520
commit 4fb08dd826

View File

@ -2,9 +2,7 @@
(
TR opt: vector-length.rkt 14:0 (vector-length (vector 1 2 3)) -- known-length vector-length
TR opt: vector-length.rkt 15:0 (vector-length (ann (vector 4 5 6) (Vectorof Integer))) -- known-length vector-length
'#(1 2 3)
3
'#(4 5 6)
3
)