Remove xfail-pretty directives from working tests

This commit is contained in:
Brian Anderson 2011-08-18 21:24:42 -07:00
parent 22c8eebc48
commit a0ca1ac1bc
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
// xfail-pretty
import rusti::ivec_len;
native "rust-intrinsic" mod rusti {

View file

@ -1,5 +1,3 @@
// xfail-pretty
fn main() {
#macro([#zip_or_unzip[[x, ...], [y, ...]], [[x, y], ...]],
[#zip_or_unzip[[xx, yy], ...], [[xx, ...], [yy, ...]]]);