diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index edf9ceb2..74359c00 100644 --- a/src/Makefile +++ b/src/Makefile @@ -575,6 +575,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ wrong-ret-type.rs \ ), \ $(wildcard test/*fail/*.rs test/*fail/*.rc)) \ + test/bench/shootout/fannkuchredux.rs \ test/bench/shootout/fasta.rs \ test/bench/shootout/binarytrees.rs \ $(wildcard test/bench/99-bottles/*rs) |