Fix broken test, again.

(cherry picked from commit 0e7940ab49)
This commit is contained in:
Vincent St-Amour 2013-05-28 15:44:53 -04:00 committed by Ryan Culpepper
parent b23fc34c24
commit ac4140884f

View File

@ -1,7 +1,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
TR opt: vector-length.rkt 12:0 (vector-length (vector 1 2 3)) -- known-length vector-length
TR opt: vector-length.rkt 13:0 (vector-length (ann (vector 4 5 6) (Vectorof Integer))) -- known-length vector-length
3
3
)