test: xfail vector-no-ann-2 in stage0

This commit is contained in:
Brian Anderson 2011-05-24 22:08:08 -04:00
parent 4364be3744
commit 763380a2cc

View file

@ -1,3 +1,5 @@
// xfail-stage0
fn main() -> () {
let @vec[uint] quux = @[];
}