Fix broken test.

(cherry picked from commit 069ff59a4b)
This commit is contained in:
Vincent St-Amour 2013-05-28 13:08:00 -04:00 committed by Ryan Culpepper
parent ec2acb8bc0
commit b23fc34c24

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
)