Skip to content

Commit 5da4372

Browse files
committed
Add comments explaining why these tests fail
1 parent fb47e41 commit 5da4372

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/test/bench/shootout-k-nucleotide-pipes.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// xfail-pretty
2-
1+
// xfail-pretty (extra blank line is inserted in vec::mapi call)
32
// multi tasking k-nucleotide
43

54
#[legacy_modes];

src/test/bench/shootout-k-nucleotide.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// xfail-pretty
2-
1+
// xfail-pretty (extra blank line is inserted in vec::mapi call)
32
// multi tasking k-nucleotide
43

54
extern mod std;

0 commit comments

Comments
 (0)