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 3c94f1b3..a570f333 100644 --- a/src/Makefile +++ b/src/Makefile @@ -576,6 +576,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ ), \ $(wildcard test/*fail/*.rs test/*fail/*.rc)) \ test/bench/shootout/fasta.rs \ + test/bench/shootout/binary-trees.rs \ $(wildcard test/bench/99-bottles/*rs) ifdef MINGW_CROSS |