Skip to content

Commit 43867bf

Browse files
committed
Merge pull request #3014 from elliottslaughter/fix-failed-build-by-xfailing-tests
Fix build by xfailing tests which produce irreducible CFGs.
2 parents 6748f78 + 9ca2a11 commit 43867bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/bench/task-perf-word-count-generic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// xfail-test
12
/**
23
A parallel word-frequency counting program.
34

src/test/bench/task-perf-word-count.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// xfail-test
12
/**
23
A parallel word-frequency counting program.
34

0 commit comments

Comments
 (0)