Skip to content

Commit a0ca1ac

Browse files
committed
Remove xfail-pretty directives from working tests
1 parent 22c8eeb commit a0ca1ac

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/test/run-pass/interior-vec.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-pretty
2-
31
import rusti::ivec_len;
42

53
native "rust-intrinsic" mod rusti {

src/test/run-pass/macro-by-example-2.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-pretty
2-
31
fn main() {
42
#macro([#zip_or_unzip[[x, ...], [y, ...]], [[x, y], ...]],
53
[#zip_or_unzip[[xx, yy], ...], [[xx, ...], [yy, ...]]]);

0 commit comments

Comments
 (0)