Fix tests.

original commit: 0494e16d4f7c3882fa8edf86338e517963082d08
This commit is contained in:
Vincent St-Amour 2011-07-06 18:34:14 -04:00
parent f8526e3870
commit 5afdc26236
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#;
(
TR opt: invalid-vector-ref.rkt 10:2 (vector-ref x 0) -- vector access splitting
)
#lang typed/scheme

View File

@ -1,5 +1,6 @@
#;
(
TR opt: invalid-vector-set.rkt 10:2 (vector-set! x 0 2) -- vector access splitting
)
#lang typed/scheme